We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d4a5a commit 44d2821Copy full SHA for 44d2821
core/clingutils/CMakeLists.txt
@@ -129,6 +129,8 @@ if (runtime_cxxmodules)
129
if (APPLE)
130
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 15.0.0.15000309)
131
set(custom_modulemaps ${custom_modulemaps} std_darwin.MacOSX14.2.sdk.modulemap)
132
+ elseif(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 17.0.0.17000013)
133
+ set(custom_modulemaps ${custom_modulemaps} std_darwin.MacOSX15.2.sdk.modulemap)
134
else()
135
set(custom_modulemaps ${custom_modulemaps} std_darwin.modulemap)
136
endif()
0 commit comments