Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
openvino
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
openvino
Commits
733dae46
Commit
733dae46
authored
Nov 06, 2019
by
Alexey Suhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lower minimal cmake version to 3.5
parent
fe3f978b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
inference-engine/CMakeLists.txt
+1
-1
features.cmake
inference-engine/cmake/features.cmake
+1
-1
No files found.
inference-engine/CMakeLists.txt
View file @
733dae46
...
...
@@ -6,7 +6,7 @@ if (APPLE)
# due to https://cmake.org/cmake/help/v3.12/policy/CMP0068.html
cmake_minimum_required
(
VERSION 3.9 FATAL_ERROR
)
else
()
cmake_minimum_required
(
VERSION 3.
7.2
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
5
FATAL_ERROR
)
endif
()
project
(
InferenceEngine
)
...
...
inference-engine/cmake/features.cmake
View file @
733dae46
...
...
@@ -118,7 +118,7 @@ else()
set
(
ENABLE_CPPLINT OFF
)
endif
()
if
(
UNIX AND NOT APPLE
AND CMAKE_VERSION VERSION_GREATER_EQUAL 3.10
)
if
(
UNIX AND NOT APPLE
)
ie_option
(
ENABLE_CPPCHECK
"Enable cppcheck during the build"
OFF
)
else
()
set
(
ENABLE_CPPCHECK OFF
)
...
...
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