Skip to content

Commit d841af4

Browse files
committed
rebase
1 parent d278831 commit d841af4

File tree

5 files changed

+232
-66
lines changed

5 files changed

+232
-66
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ endif()
318318
# For using the options listed in the OPTIONS_REQUIRING_CXX variable a C++17
319319
# compiler is required. Moreover, if these options are not set, CMake will set
320320
# up a strict C build, without C++ support.
321-
set(OPTIONS_REQUIRING_CXX "UMF_BUILD_TESTS"
322-
"UMF_BUILD_BENCHMARKS_MT")
321+
set(OPTIONS_REQUIRING_CXX "UMF_BUILD_TESTS" "UMF_BUILD_BENCHMARKS_MT")
323322
foreach(option_name ${OPTIONS_REQUIRING_CXX})
324323
if(${option_name})
325324
enable_language(CXX)

0 commit comments

Comments
 (0)