Commit 935fdbd1 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

if git hash is empty, property must be within quotes

parent 52f2779a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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