build: Fixed keygen integration after app/trial split

This commit is contained in:
Eberhard Graether
2016-01-18 11:42:31 +01:00
parent 8197172523
commit d2f9a748ef
2 changed files with 12 additions and 17 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# searching for public key file of the Coati version in setup/RSA_keys
# searching for public key file of the Coati version in setup/RSA_keys
# if found the file will be put into a const string into the PubicKeh.h file
string(REGEX REPLACE "^([0-9]+)\\..*" "\\1" VERSION_MAJOR "${GIT_VERSION_NUMBER}")
@@ -18,5 +18,5 @@ endif()
configure_file(
${CMAKE_SOURCE_DIR}/cmake/PublicKey.h.in
${CMAKE_SOURCE_DIR}/build/src/app/PublicKey.h
${CMAKE_SOURCE_DIR}/build/src/lib_gui/PublicKey.h
)