2.0.22
This commit is contained in:
@ -32,7 +32,7 @@ function(myx_generate_git_info_header TARGET_NAME BASE_FILENAME)
|
||||
cmake_parse_arguments(ARG "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
|
||||
|
||||
set(__filename "${PROJECT_BINARY_DIR}/include/${BASE_FILENAME}")
|
||||
write(APPEND ${__filename} "")
|
||||
file(APPEND ${__filename} "")
|
||||
|
||||
set(__prefix "")
|
||||
if(ARG_PREFIX)
|
||||
|
Reference in New Issue
Block a user