We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56f25a commit 4d2dd1cCopy full SHA for 4d2dd1c
1 file changed
CMakeLists.txt
@@ -333,6 +333,7 @@ find_package(Filesystem REQUIRED)
333
target_link_libraries(infinisim PRIVATE std::filesystem)
334
335
# Get the latest abbreviated commit hash of the working branch
336
+find_package(Git REQUIRED)
337
execute_process(
338
COMMAND ${GIT_EXECUTABLE} log -1 --format=%h
339
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
0 commit comments