Skip to content
Snippets Groups Projects
Commit 0708c30d authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed compilation options for tests

Standard CMAKE_CXX_FLAGS are a space-delimited list, but our
CXX_TESTS_FLAGS are manually passed to CUDA_ADD_EXECUTABLE, which
expects a semicolon-delimited list. Blame cmake for such a crazy
language...
parent d536d4b9
No related branches found
No related tags found
No related merge requests found
Loading
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