diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-12 18:12:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-12 18:12:45 +0200 |
commit | 3252beca3aa20fe5183a13029db831e4e121f6dc (patch) | |
tree | a1c7db26c32e5371847de0b3246d45c3981b9a12 /cmake/opentrack-version.cmake | |
parent | a82dfe5aa6df19296d148d9754d9c58e388b9155 (diff) |
cmake: remove header with version information
It's pointless for it to exist, see previous commit for rationale. No
call sites.
Diffstat (limited to 'cmake/opentrack-version.cmake')
-rwxr-xr-x | cmake/opentrack-version.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/opentrack-version.cmake b/cmake/opentrack-version.cmake index d753535f..4fc1265a 100755 --- a/cmake/opentrack-version.cmake +++ b/cmake/opentrack-version.cmake @@ -16,8 +16,6 @@ if(CMAKE_BUILD_TYPE) endif() endif() -file(WRITE ${CMAKE_BINARY_DIR}/opentrack-version.h "#define OPENTRACK_VERSION \"${_build_type}${OPENTRACK_COMMIT}\"") - set(version-string " #include \"opentrack-compat/export.hpp\" |