mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
Fixed typo in cmake
This commit is contained in:
parent
250553e4ba
commit
a17eb47657
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/firmware/toolchain-arm-cortex
|
|||
project(portapack-h1)
|
||||
|
||||
set(VERSION "$ENV{VERSION_STRING}")
|
||||
if ("$ENV{EnvironmentVariableName}" STREQUAL "")
|
||||
if ("$ENV{VERSION_STRING}" STREQUAL "")
|
||||
execute_process(
|
||||
COMMAND git log -n 1 --format=%h
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue