diff --git a/lib/external/libwolv b/lib/external/libwolv index 8427d4da7..56f77945f 160000 --- a/lib/external/libwolv +++ b/lib/external/libwolv @@ -1 +1 @@ -Subproject commit 8427d4da728c08bc8f554600c1179dd2297d9eca +Subproject commit 56f77945fe292a4d00afdb1961f2b7e87a88be4c diff --git a/lib/libimhex/CMakeLists.txt b/lib/libimhex/CMakeLists.txt index c5a252879..a640cf966 100644 --- a/lib/libimhex/CMakeLists.txt +++ b/lib/libimhex/CMakeLists.txt @@ -60,15 +60,6 @@ set(LIBIMHEX_SOURCES ) if (APPLE) - set(OSX_SDK_PATH /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk) - if (NOT CMAKE_OSX_SYSROOT) - if (IS_DIRECTORY ${OSX_SDK_PATH}) - set(CMAKE_OSX_SYSROOT ${OSX_SDK_PATH}) - else () - message(WARNING "CMAKE_OSX_SYSROOT not set and macOS SDK not found! Using default one.") - endif () - endif () - set(LIBIMHEX_SOURCES ${LIBIMHEX_SOURCES} source/helpers/utils_macos.m source/helpers/macos_menu.m