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
abdd342d
Commit
abdd342d
authored
Aug 31, 2011
by
Artem Myagkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modifed minimum required cmake version for ios
parent
ec6636a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
CMakeLists.txt
CMakeLists.txt
+5
-1
ios_install.rst
doc/tutorials/introduction/ios_install/ios_install.rst
+1
-1
No files found.
CMakeLists.txt
View file @
abdd342d
...
...
@@ -36,7 +36,11 @@ endif(NOT CMAKE_TOOLCHAIN_FILE)
# --------------------------------------------------------------
# Top level OpenCV project
# --------------------------------------------------------------
cmake_minimum_required
(
VERSION 2.6
)
if
(
NOT IOS
)
cmake_minimum_required
(
VERSION 2.6
)
else
()
cmake_minimum_required
(
VERSION 2.8
)
endif
()
project
(
OpenCV
)
set
(
CMAKE_CONFIGURATION_TYPES
"Debug;Release"
CACHE STRING
"Configs"
FORCE
)
...
...
doc/tutorials/introduction/ios_install/ios_install.rst
View file @
abdd342d
...
...
@@ -7,7 +7,7 @@ Required packages
==================
* GCC 4.x or later
* CMake 2.
6
or higher
* CMake 2.
8
or higher
* Xcode 4.0 or higher
Getting the cutting-edge OpenCV from SourceForge SVN repository
...
...
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