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 ...@@ -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