mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 06:40:26 -06:00
3 lines
135 B
CMake
3 lines
135 B
CMake
get_property(is_multi_config GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
|
|
message(STATUS "GENERATOR_IS_MULTI_CONFIG=${is_multi_config}")
|