mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Prepare gitcommit.cmake to support multiple output types.
I'm about to want to embed the current git commit into a Halibut source file, for which I'll need to add a second output mode to the existing script that finds it out.
This commit is contained in:
@ -44,6 +44,7 @@ add_custom_target(check_git_commit
|
||||
-DGIT_EXECUTABLE=${GIT_EXECUTABLE}
|
||||
-DTOPLEVEL_SOURCE_DIR=${CMAKE_SOURCE_DIR}
|
||||
-DOUTPUT_FILE=${INTERMEDIATE_COMMIT_C}
|
||||
-DOUTPUT_TYPE=header
|
||||
-P ${CMAKE_SOURCE_DIR}/cmake/gitcommit.cmake
|
||||
DEPENDS ${CMAKE_SOURCE_DIR}/cmake/gitcommit.cmake
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
|
Reference in New Issue
Block a user