Fix build of tests

This commit is contained in:
Přemysl Eric Janouch 2016-01-05 21:51:07 +01:00
parent e9b39a1ef7
commit 00a1bdc707
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ function (make_tests_for target_name)
target_link_libraries (${test} ${libraries})
set_target_properties (${test} PROPERTIES
COMPILE_DEFINITIONS TESTING
COMPILE_OPTIONS ${options})
COMPILE_OPTIONS "${options}")
add_test (NAME ${test} COMMAND ${test})
endfunction (make_tests_for)