Fix build of tests
This commit is contained in:
parent
e9b39a1ef7
commit
00a1bdc707
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue