Update path searching
Some checks failed
Build OpenVulkano / Build desktop (mac_arm) (push) Has been cancelled
Build OpenVulkano / Build desktop (ubuntu-act_cpp-24.04) (push) Has been cancelled
Build OpenVulkano / Build desktop (windows_x64) (push) Has been cancelled
Build OpenVulkano / Build iOS (push) Has been cancelled
Some checks failed
Build OpenVulkano / Build desktop (mac_arm) (push) Has been cancelled
Build OpenVulkano / Build desktop (ubuntu-act_cpp-24.04) (push) Has been cancelled
Build OpenVulkano / Build desktop (windows_x64) (push) Has been cancelled
Build OpenVulkano / Build iOS (push) Has been cancelled
This commit is contained in:
@@ -8,6 +8,10 @@ if ("${PLATFORM}" STREQUAL "OS64" OR "${PLATFORM}" STREQUAL "OS64COMBINED")
|
||||
set(ENABLE_ARC OFF)
|
||||
set(DEPLOYMENT_TARGET "14.0")
|
||||
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/toolchain/ios.toolchain.cmake")
|
||||
|
||||
if(NOT DEFINED CMAKE_IGNORE_PREFIX_PATH OR CMAKE_IGNORE_PREFIX_PATH STREQUAL "")
|
||||
set(CMAKE_IGNORE_PREFIX_PATH "/opt/homebrew") # CACHE STRING "Prefixes to ignore during find_* calls" FORCE
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
|
||||
|
||||
Reference in New Issue
Block a user