mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 18:17:03 +08:00
MacOS: Fix build folder for detection of SDK version (#1103)
Sorry for the noise...
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ if(APPLE)
|
||||
function(CHECK_OSX_MAX_ALLOWED SDK_VERSION RESULT)
|
||||
set(_result FLTK_CHECK_OSX_MAX_ALLOWED_${SDK_VERSION})
|
||||
try_compile(${_result}
|
||||
${CMAKE_CURRENT_BINARY_DIR}_SDK_${SDK_VERSION}
|
||||
${CMAKE_CURRENT_BINARY_DIR}/CHECK_OSX_MAX_ALLOWED_${SDK_VERSION}
|
||||
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/CMake/macOSMaxAllowed.c
|
||||
COMPILE_DEFINITIONS -DSDK_VERSION_CHECK=${SDK_VERSION}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user