6 lines
105 B
CMake
6 lines
105 B
CMake
|
if(DEFINED CMP0080_VALUE)
|
||
|
cmake_policy(SET CMP0080 ${CMP0080_VALUE})
|
||
|
endif()
|
||
|
|
||
|
include(BundleUtilities)
|