Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ execute_process( if(_tmperr) message(WARNING "Failing to retrieve Git commit from repo: ${PROJECT_SOURCE_DIR}") endif() set_target_properties(csg-eb PROPERTIES CSGEB_GIT_HASH ${CSGEB_GIT_HASH} set_target_properties(csg-eb PROPERTIES CSGEB_GIT_HASH "${CSGEB_GIT_HASH}" EXPORT_PROPERTIES CSGEB_GIT_HASH) # to be used by gnumake Loading Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ execute_process( if(_tmperr) message(WARNING "Failing to retrieve Git commit from repo: ${PROJECT_SOURCE_DIR}") endif() set_target_properties(csg-eb PROPERTIES CSGEB_GIT_HASH ${CSGEB_GIT_HASH} set_target_properties(csg-eb PROPERTIES CSGEB_GIT_HASH "${CSGEB_GIT_HASH}" EXPORT_PROPERTIES CSGEB_GIT_HASH) # to be used by gnumake Loading