diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-23 09:42:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-23 09:49:28 +0200 |
commit | ab57277ad5a67d9267cf83c7df49bade163f90d6 (patch) | |
tree | 534e18db373e677f532350fb060c722d374b8c02 /cmake/opentrack-version.cmake | |
parent | fadbc9f71f21e5147825dd5db7bf5e4c68a58178 (diff) |
cmake{/gui,}: make boilerplate usable for building the executable
Diffstat (limited to 'cmake/opentrack-version.cmake')
-rw-r--r-- | cmake/opentrack-version.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/opentrack-version.cmake b/cmake/opentrack-version.cmake index d753535f..b5b18ff0 100644 --- a/cmake/opentrack-version.cmake +++ b/cmake/opentrack-version.cmake @@ -10,9 +10,9 @@ unset(_build_type) if(CMAKE_BUILD_TYPE) string(TOUPPER ${CMAKE_BUILD_TYPE} _build_type) if (NOT _build_type STREQUAL "DEBUG") - unset(_build_type) + unset(_build_type) else() - set(_build_type "${_build_type}-") + set(_build_type "${_build_type}-") endif() endif() |