Use FW_COMMIT_HASH_UNKNOWN in CMakeLists.txt
This commit is contained in:
parent
6aae8f04df
commit
69e06bac84
|
|
@ -90,7 +90,7 @@ if (NO_TAG_IS_FATAL)
|
|||
else()
|
||||
MESSAGE(STATUS "Git was not found or an error occurred parsing the tag. Falling back to Configuration.h values (${PROJECT_VERSION}).")
|
||||
endif()
|
||||
set(FW_COMMIT_HASH "0") # Clear it, the code expects a binary...
|
||||
set(FW_COMMIT_HASH ${FW_COMMIT_HASH_UNKNOWN}) # Clear it, the code expects a binary...
|
||||
set(PROJECT_VERSION_TIMESTAMP "0")
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue