Skip to content

Commit 40bdb4c

Browse files
author
Alexander Widerberg
committed
Merge branch 'master' of https://github.com/leetal/ios-cmake
2 parents dba3fbc + 7f050db commit 40bdb4c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
123 KB
Binary file not shown.

ios.toolchain.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
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.
635634
if(NOT CMAKE_FIND_ROOT_PATH_MODE_PROGRAM)
636635
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM BOTH CACHE STRING "" ${FORCE_CACHE})
637636
endif()

0 commit comments

Comments
 (0)