Fix CMakeFile version number embedded NL

This commit is contained in:
Hamish Coleman 2021-11-01 09:07:28 +00:00
parent ff88803f6d
commit 430b0cb77d

View File

@ -11,6 +11,7 @@ execute_process(
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
OUTPUT_VARIABLE N2N_VERSION
)
string(STRIP "${N2N_VERSION}" N2N_VERSION)
set(N2N_OSNAME ${CMAKE_SYSTEM_NAME})
execute_process(
COMMAND git status