4 lines
95 B
CMake
4 lines
95 B
CMake
|
cmake_policy(SET CMP0048 NEW)
|
||
|
project(ProjectA VERSION NONE)
|
||
|
message("This line not reached.")
|