mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
more cmake changes to avoid cmake warnings
This commit is contained in:
parent
664ea355f4
commit
cdbc1919d4
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -1,5 +1,6 @@
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user