File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
example/example-app/example-lib/lib Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 6666#
6767# CMAKE_OSX_SYSROOT: Path to the SDK to use. By default this is
6868# automatically determined from PLATFORM and xcodebuild, but
69- # automatically determined from PLATFORM and xcodebuild, but
7069# can also be manually specified (although this should not be required).
7170#
7271# CMAKE_DEVELOPER_ROOT: Path to the Developer directory for the platform
@@ -631,7 +630,7 @@ set(CMAKE_FRAMEWORK_PATH
631630 ${CMAKE_OSX_SYSROOT_INT} /System /Library/Frameworks
632631 ${CMAKE_FRAMEWORK_PATH} CACHE STRING "Frameworks search paths" )
633632
634- # Only search the specified iOS SDK, not the remainder of the host filesystem.
633+ # By default, search both the specified iOS SDK and the remainder of the host filesystem.
635634if (NOT CMAKE_FIND_ROOT_PATH_MODE_PROGRAM)
636635 set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM BOTH CACHE STRING "" ${FORCE_CACHE} )
637636endif ()
You can’t perform that action at this time.
0 commit comments