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