Skip to content

Commit b9a6160

Browse files
vgvassilevdevajithvs
authored andcommitted
[runtime-cxxmodules] Adapt the darwin modulemaps to sdk 15.4. (#18231)
* [runtime-cxxmodules] Adapt the darwin modulemaps to sdk 15.4. * [runtime-cxmodules] Use separate modulemap for macOS15.2 * [runtime-cxxmodules] Add overlay entry for MacOSX15.2 --------- Co-authored-by: Devajith Valaparambil Sreeramaswamy <[email protected]> (cherry picked from commit ff43ae8)
1 parent 1acae70 commit b9a6160

File tree

4 files changed

+2017
-106
lines changed

4 files changed

+2017
-106
lines changed

core/clingutils/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ if (runtime_cxxmodules)
125125
if (APPLE)
126126
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 15.0.0.15000309)
127127
set(custom_modulemaps ${custom_modulemaps} std_darwin.MacOSX14.2.sdk.modulemap)
128+
elseif(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 17.0.0.17000013)
129+
set(custom_modulemaps ${custom_modulemaps} std_darwin.MacOSX15.2.sdk.modulemap)
128130
else()
129131
set(custom_modulemaps ${custom_modulemaps} std_darwin.modulemap)
130132
endif()

0 commit comments

Comments
 (0)