Skip to content

Commit 58a5e17

Browse files
committed
Add missing get_property(isMultiConfig)
1 parent 445da46 commit 58a5e17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ project(pseudosquares_prime_sieve CXX)
99
# manager.
1010
option(BUILD_LIBPRIMESIEVE "Build libprimesieve" ON)
1111

12+
get_property(isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
13+
1214
# Build in release mode by default
1315
if(NOT isMultiConfig AND NOT CMAKE_BUILD_TYPE)
1416
set(CMAKE_BUILD_TYPE Release CACHE STRING

0 commit comments

Comments
 (0)