Commit fb6c59e4 authored by Davis King's avatar Davis King

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

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