Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
cdbc1919
Commit
cdbc1919
authored
Dec 06, 2014
by
Davis King
Browse files
more cmake changes to avoid cmake warnings
parent
664ea355
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
tools/htmlify/CMakeLists.txt
tools/htmlify/CMakeLists.txt
+1
-1
tools/imglab/CMakeLists.txt
tools/imglab/CMakeLists.txt
+1
-1
tools/mltool/CMakeLists.txt
tools/mltool/CMakeLists.txt
+1
-2
tools/python/CMakeLists.txt
tools/python/CMakeLists.txt
+2
-1
No files found.
tools/htmlify/CMakeLists.txt
View file @
cdbc1919
...
...
@@ -3,7 +3,7 @@
# information about it at http://www.cmake.org
#
cmake_minimum_required
(
VERSION 2.
6
)
cmake_minimum_required
(
VERSION 2.
8.4
)
# create a variable called target_name and set it to the string "htmlify"
set
(
target_name htmlify
)
...
...
tools/imglab/CMakeLists.txt
View file @
cdbc1919
...
...
@@ -3,7 +3,7 @@
# information about it at http://www.cmake.org
#
cmake_minimum_required
(
VERSION 2.
6
)
cmake_minimum_required
(
VERSION 2.
8.4
)
# create a variable called target_name and set it to the string "imglab"
set
(
target_name imglab
)
...
...
tools/mltool/CMakeLists.txt
View file @
cdbc1919
...
...
@@ -3,8 +3,7 @@
# information about it at http://www.cmake.org
#
#SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
cmake_minimum_required
(
VERSION 2.6
)
cmake_minimum_required
(
VERSION 2.8.4
)
# create a variable called target_name and set it to the string "mltool"
set
(
target_name mltool
)
...
...
tools/python/CMakeLists.txt
View file @
cdbc1919
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.4
)
# Uncomment this to make a Python 3 compatible library instead of a Python 2
# library.
...
...
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