index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
project
/
VersionInvalid.cmake
blob: 8d5dd7f255b0bb8cd81df241e9ee27f7609875c9 (
plain
)
1
2
3
cmake_policy(SET CMP0048 NEW) project(ProjectA VERSION NONE) message("This line not reached.")