Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
5a93b275
Commit
5a93b275
authored
Apr 04, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for #1730
parent
7fb69475
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
Toolchain-iPhoneOS_Xcode.cmake
ios/cmake/Toolchains/Toolchain-iPhoneOS_Xcode.cmake
+7
-0
Toolchain-iPhoneSimulator_Xcode.cmake
ios/cmake/Toolchains/Toolchain-iPhoneSimulator_Xcode.cmake
+7
-0
No files found.
ios/cmake/Toolchains/Toolchain-iPhoneOS_Xcode.cmake
View file @
5a93b275
...
...
@@ -11,6 +11,13 @@ include (CMakeForceCompiler)
CMAKE_FORCE_C_COMPILER
(
gcc gcc
)
CMAKE_FORCE_CXX_COMPILER
(
g++ g++
)
set
(
CMAKE_C_SIZEOF_DATA_PTR 4
)
set
(
CMAKE_C_HAS_ISYSROOT 1
)
set
(
CMAKE_C_COMPILER_ABI ELF
)
set
(
CMAKE_CXX_SIZEOF_DATA_PTR 4
)
set
(
CMAKE_CXX_HAS_ISYSROOT 1
)
set
(
CMAKE_CXX_COMPILER_ABI ELF
)
# Skip the platform compiler checks for cross compiling
set
(
CMAKE_CXX_COMPILER_WORKS TRUE
)
set
(
CMAKE_C_COMPILER_WORKS TRUE
)
...
...
ios/cmake/Toolchains/Toolchain-iPhoneSimulator_Xcode.cmake
View file @
5a93b275
...
...
@@ -11,6 +11,13 @@ include (CMakeForceCompiler)
CMAKE_FORCE_C_COMPILER
(
gcc gcc
)
CMAKE_FORCE_CXX_COMPILER
(
g++ g++
)
set
(
CMAKE_C_SIZEOF_DATA_PTR 4
)
set
(
CMAKE_C_HAS_ISYSROOT 1
)
set
(
CMAKE_C_COMPILER_ABI ELF
)
set
(
CMAKE_CXX_SIZEOF_DATA_PTR 4
)
set
(
CMAKE_CXX_HAS_ISYSROOT 1
)
set
(
CMAKE_CXX_COMPILER_ABI ELF
)
# Skip the platform compiler checks for cross compiling
set
(
CMAKE_CXX_COMPILER_WORKS TRUE
)
set
(
CMAKE_C_COMPILER_WORKS TRUE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment