Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alex W.
VTK
Commits
09aa2916
Commit
09aa2916
authored
5 years ago
by
Ken Martin
Browse files
Options
Downloads
Patches
Plain Diff
add support for newer sdks
also add generic sdk support
parent
d37877cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMake/ios.device.toolchain.cmake.in
+6
-7
6 additions, 7 deletions
CMake/ios.device.toolchain.cmake.in
CMake/ios.simulator.toolchain.cmake.in
+6
-7
6 additions, 7 deletions
CMake/ios.simulator.toolchain.cmake.in
with
12 additions
and
14 deletions
CMake/ios.device.toolchain.cmake.in
+
6
−
7
View file @
09aa2916
...
...
@@ -88,16 +88,15 @@ if (NOT CMAKE_OSX_SYSROOT)
)
foreach(sdk_root ${possible_sdk_roots})
foreach(sdk
iPhoneOS7.0.sdk
iPhoneOS7.1.sdk
iPhoneOS8.0.sdk
iPhoneOS9.0.sdk
iPhoneOS9.1.sdk
iPhoneOS9.2.sdk
iPhoneOS9.3.sdk # guess
iPhoneOS9.4.sdk # guess
iPhoneOS10.0.sdk # guess
iPhoneOS10.1.sdk # guess
iPhoneOS9.3.sdk
iPhoneOS10.0.sdk
iPhoneOS10.1.sdk
iPhoneOS10.2.sdk
iPhoneOS10.3.sdk
iPhoneOS.sdk
)
if (EXISTS ${sdk_root}/${sdk} AND IS_DIRECTORY ${sdk_root}/${sdk})
set(CMAKE_OSX_SYSROOT ${sdk_root}/${sdk})
...
...
This diff is collapsed.
Click to expand it.
CMake/ios.simulator.toolchain.cmake.in
+
6
−
7
View file @
09aa2916
...
...
@@ -74,16 +74,15 @@ if (NOT CMAKE_OSX_SYSROOT)
)
foreach(sdk_root ${possible_sdk_roots})
foreach(sdk
iPhoneSimulator7.0.sdk
iPhoneSimulator7.1.sdk
iPhoneSimulator8.0.sdk
iPhoneSimulator9.0.sdk
iPhoneSimulator9.1.sdk
iPhoneSimulator9.2.sdk
iPhoneSimulator9.3.sdk # guess
iPhoneSimulator9.4.sdk # guess
iPhoneSimulator10.0.sdk # guess
iPhoneSimulator10.1.sdk # guess
iPhoneSimulator9.3.sdk
iPhoneSimulator10.0.sdk
iPhoneSimulator10.1.sdk
iPhoneSimulator10.2.sdk
iPhoneSimulator10.3.sdk
iPhoneSimulator.sdk
)
if (EXISTS ${sdk_root}/${sdk} AND IS_DIRECTORY ${sdk_root}/${sdk})
set(CMAKE_OSX_SYSROOT ${sdk_root}/${sdk})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment