diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-06 17:43:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-06 17:43:44 +0200 |
commit | 6c72e89a8b3be6d453d03d74b9de4208d155a93f (patch) | |
tree | 2962f9946e207b4fda905b25ab9bc3503c9d8ee9 /cmake/opentrack-version.cmake | |
parent | 15dbef7679783fe802c2ad63304847ba47bcae50 (diff) |
cmake: oops, fix version in header
Diffstat (limited to 'cmake/opentrack-version.cmake')
-rw-r--r-- | cmake/opentrack-version.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-version.cmake b/cmake/opentrack-version.cmake index 8e6dc1c8..c9b29bee 100644 --- a/cmake/opentrack-version.cmake +++ b/cmake/opentrack-version.cmake @@ -15,7 +15,7 @@ if(CMAKE_BUILD_TYPE) endif() endif() -file(WRITE ${CMAKE_BINARY_DIR}/opentrack-version.h "#define OPENTRACK_VERSION \"${_build_type}${OPENTRACK_COMMIT}\"") +file(WRITE ${CMAKE_BINARY_DIR}/opentrack-version.h "#define OPENTRACK_VERSION \"${OPENTRACK_COMMIT}${_build_type}\"") set(version-string " #define BUILD_compat |