cmake/Tests/RunCMake/project/VersionMissingLanguages.cmake

4 lines
97 B
CMake
Raw Normal View History

2014-08-03 19:52:23 +02:00
cmake_policy(SET CMP0048 NEW)
project(ProjectA VERSION 1 NONE)
message("This line not reached.")