Skip to content
Snippets Groups Projects
Unverified Commit 00fd8b05 authored by Tim Kaune's avatar Tim Kaune
Browse files

Fix usage of global property GENERATOR_IS_MULTI_CONFIG

parent 206c51a2
Branches
Tags
No related merge requests found
......@@ -43,7 +43,8 @@ endif ()
# LoadStaticSharedTargets is a CMake script, which we never want to debug
# If using a multi config generator
if (GENERATOR_IS_MULTI_CONFIG)
get_property(_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
if (_IS_MULTI_CONFIG)
set(CMAKE_CONFIGURATION_TYPES "Release")
set(CMAKE_DEFAULT_BUILD_TYPE "Release")
# If using a single config generator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment