Commit c45abebb authored by Davis King's avatar Davis King

updated makefile to avoid warnings from cmake

parent 6c2811da
...@@ -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)
# This variable contains a list of all the tests we are building # This variable contains a list of all the tests we are building
# into the regression test suite. # into the regression test suite.
...@@ -17,7 +17,7 @@ set (tests ...@@ -17,7 +17,7 @@ set (tests
) )
# create a variable called target_name and set it to the string "test" # create a variable called target_name and set it to the string "test"
set (target_name test) set (target_name dtest)
PROJECT(${target_name}) PROJECT(${target_name})
......
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