Raw File
VersionInvalid.cmake
cmake_policy(SET CMP0048 NEW)
project(ProjectA VERSION NONE)
message("This line not reached.")
back to top