summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/get_property/IsMultiConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/get_property/IsMultiConfig.cmake')
-rw-r--r--Tests/RunCMake/get_property/IsMultiConfig.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/get_property/IsMultiConfig.cmake b/Tests/RunCMake/get_property/IsMultiConfig.cmake
new file mode 100644
index 0000000..64d5ff6
--- /dev/null
+++ b/Tests/RunCMake/get_property/IsMultiConfig.cmake
@@ -0,0 +1,2 @@
+get_property(is_multi_config GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
+message(STATUS "GENERATOR_IS_MULTI_CONFIG=${is_multi_config}")