File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -370,9 +370,6 @@ else()
370
370
unset (root_cocoa )
371
371
set (root_x11 ON )
372
372
endif ()
373
- if (CMAKE_CXX_COMPILER_ID STREQUAL GNU AND CMAKE_CXX_COMPILER_VERSION GREATER 11 )
374
- set (root_runtime_cxxmodules "-Druntime_cxxmodules=OFF" )
375
- endif ()
376
373
ExternalProject_Add (root
377
374
GIT_REPOSITORY https://github.com/root-project/root/ GIT_TAG v${root_version_gittag}
378
375
GIT_SHALLOW 1
@@ -395,6 +392,7 @@ ExternalProject_Add(root
395
392
"-Dpythia6=ON"
396
393
"-Dreflex=OFF"
397
394
"-Droofit=ON"
395
+ "-Druntime_cxxmodules=OFF"
398
396
"-Drpath=ON"
399
397
"-Dsoversion=ON"
400
398
"-Dspectrum=ON"
@@ -409,7 +407,6 @@ ExternalProject_Add(root
409
407
${cmake_python_config_old}
410
408
${root_builtin_glew}
411
409
${root_cocoa}
412
- ${root_runtime_cxxmodules}
413
410
PATCH_COMMAND ${patch} -p1 -i "${CMAKE_SOURCE_DIR} /legacy/root/fix_macos_sdk_mismatch.patch"
414
411
DEPENDS pythia6 pythia8 vc ${extract_source_cache_target}
415
412
${LOG_TO_FILE}
You can’t perform that action at this time.
0 commit comments