cmake/Tests/RunCMake/get_property/IsMultiConfig.cmake

3 lines
135 B
CMake
Raw Normal View History

2017-07-20 19:35:53 +02:00
get_property(is_multi_config GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
message(STATUS "GENERATOR_IS_MULTI_CONFIG=${is_multi_config}")