"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "972bf3c46ba6aee1ba908b0f30e2ad702f1c3517"
Commit fb6c59e4 authored by Davis King's avatar Davis King
Browse files

Fixed cmake lists so it compiles correctly without C++11

parent 1717605b
...@@ -41,7 +41,6 @@ set (tests ...@@ -41,7 +41,6 @@ set (tests
config_reader.cpp config_reader.cpp
crc32.cpp crc32.cpp
create_iris_datafile.cpp create_iris_datafile.cpp
cublas.cpp
data_io.cpp data_io.cpp
directed_graph.cpp directed_graph.cpp
discriminant_pca.cpp discriminant_pca.cpp
...@@ -154,6 +153,7 @@ set (tests ...@@ -154,6 +153,7 @@ set (tests
if (COMPILER_CAN_DO_CPP_11) if (COMPILER_CAN_DO_CPP_11)
set(tests ${tests} set(tests ${tests}
dnn.cpp dnn.cpp
cublas.cpp
) )
endif() endif()
......
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