Commit cdbc1919 authored by Davis King's avatar Davis King

more cmake changes to avoid cmake warnings

parent 664ea355
...@@ -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)
......
...@@ -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)
......
...@@ -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)
......
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment