Skip to content
Snippets Groups Projects
Commit b1739500 authored by Francois Keith's avatar Francois Keith
Browse files

Add missing CXX flags for the unit tests.

parent ff07359b
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,10 @@ ADD_DEFINITIONS(${LAPACK_CFLAGS})
# Add dynamic-graph compilation flags
ADD_DEFINITIONS(${DYNAMIC_GRAPH_CFLAGS})
# Add mal compilation flags
ADD_DEFINITIONS(${MATRIXABSTRACTLAYER_CFLAGS})
FOREACH(test ${tests})
GET_FILENAME_COMPONENT(EXECUTABLE_NAME ${test} NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment