6 lines
84 B
CMake
6 lines
84 B
CMake
|
|
||
|
cmake_policy(SET CMP0156 NEW)
|
||
|
set(APPLE_TEST TRUE)
|
||
|
|
||
|
include (CMP0156-Common.cmake)
|