Skip to content

Commit 51b7034

Browse files
committed
test SDK
1 parent 602c338 commit 51b7034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/macos/compilerconfig.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ add_compile_options("$<$<NOT:$<COMPILE_LANGUAGE:Swift>>:-fopenmp-simd>")
1717
# Ensure recent enough Xcode and platform SDK
1818
set(_obs_macos_minimum_sdk 15.0) # Keep in sync with Xcode
1919
set(_obs_macos_minimum_xcode 16.0) # Keep in sync with SDK
20-
message(DEBUG "macOS SDK Path: ${CMAKE_OSX_SYSROOT}")
20+
message(STATUS "macOS SDK Path: ${CMAKE_OSX_SYSROOT}")
2121
string(REGEX MATCH ".+/MacOSX.platform/Developer/SDKs/MacOSX([0-9]+\\.[0-9])+\\.sdk$" _ ${CMAKE_OSX_SYSROOT})
2222
set(_obs_macos_current_sdk ${CMAKE_MATCH_1})
23-
message(DEBUG "macOS SDK version: ${_obs_macos_current_sdk}")
23+
message(STATUS "macOS SDK version: ${_obs_macos_current_sdk}")
2424
if(_obs_macos_current_sdk VERSION_LESS _obs_macos_minimum_sdk)
2525
message(
2626
FATAL_ERROR

0 commit comments

Comments
 (0)