Browse Source

CMake: Remove test message

cl-refactor
Paweł Bylica 8 years ago
parent
commit
22bee465ba
No known key found for this signature in database GPG Key ID: 7A0C037434FE77EF
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -140,6 +140,5 @@ if(PROJECT_VERSION MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)$")
else()
set(PROJECT_VERSION_IS_PRERELEASE true)
endif()
message("Prerelease: ${PROJECT_VERSION_IS_PRERELEASE}")
configure_file(cmake/variables.sh.in variables.sh)
configure_file(cmake/variables.ps1.in variables.ps1)
Loading…
Cancel
Save