build: Fixes minor cmake issues and status bar default color

This commit is contained in:
Eberhard Graether
2019-11-14 12:41:42 +01:00
parent 0e4a620768
commit 634e09ddfc
4 changed files with 15 additions and 11 deletions
-5
View File
@@ -48,8 +48,3 @@ message(STATUS "Version year: ${VERSION_YEAR}")
message(STATUS "Version minor: ${VERSION_MINOR}")
message(STATUS "Version commit: ${VERSION_COMMIT}")
message(STATUS "Git commit time: ${GIT_COMMIT_TIME}")
configure_file(
${CMAKE_SOURCE_DIR}/cmake/productVersion.h.in
${BINARY_DIR}/src/lib_gui/productVersion.h
)