mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -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}")
|