"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e0a2bd15f9a1eb0d48a69973a9c7ddb4eabb1a27"
Commit c45abebb authored by Davis King's avatar Davis King
Browse files

updated makefile to avoid warnings from cmake

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