5 lines
128 B
CMake
5 lines
128 B
CMake
|
include(CMP0141-common.cmake)
|
||
|
|
||
|
# Setting this policy after enable_language command has no effect.
|
||
|
cmake_policy(SET CMP0141 NEW)
|