"git@developer.sourcefind.cn:OpenDAS/deepspeed.git" did not exist on "cd29f8b8d5db9b75db1aed1f7b09dee98917b7f2"
Commit ea7f4e65 authored by Davis King's avatar Davis King
Browse files

Update cmake file so it doesn't give warnings

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402869
parent 5130d89f
......@@ -3,6 +3,11 @@
# information about it at http://www.cmake.org
#
SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
cmake_minimum_required(VERSION 2.4)
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif()
# create a variable called target_name and set it to the string "htmlify"
set (target_name htmlify)
......
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