Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
cdbc1919
Commit
cdbc1919
authored
Dec 06, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more cmake changes to avoid cmake warnings
parent
664ea355
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
tools/htmlify/CMakeLists.txt
+1
-1
CMakeLists.txt
tools/imglab/CMakeLists.txt
+1
-1
CMakeLists.txt
tools/mltool/CMakeLists.txt
+1
-2
CMakeLists.txt
tools/python/CMakeLists.txt
+2
-1
No files found.
tools/htmlify/CMakeLists.txt
View file @
cdbc1919
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# information about it at http://www.cmake.org
# 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"
# create a variable called target_name and set it to the string "htmlify"
set
(
target_name htmlify
)
set
(
target_name htmlify
)
...
...
tools/imglab/CMakeLists.txt
View file @
cdbc1919
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# information about it at http://www.cmake.org
# 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"
# create a variable called target_name and set it to the string "imglab"
set
(
target_name imglab
)
set
(
target_name imglab
)
...
...
tools/mltool/CMakeLists.txt
View file @
cdbc1919
...
@@ -3,8 +3,7 @@
...
@@ -3,8 +3,7 @@
# information about it at http://www.cmake.org
# information about it at http://www.cmake.org
#
#
#SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
cmake_minimum_required
(
VERSION 2.8.4
)
cmake_minimum_required
(
VERSION 2.6
)
# create a variable called target_name and set it to the string "mltool"
# create a variable called target_name and set it to the string "mltool"
set
(
target_name 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
# Uncomment this to make a Python 3 compatible library instead of a Python 2
# library.
# 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