From 00a1bdc707af73100f11e53d6bad9b2111253c2f Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Tue, 5 Jan 2016 21:51:07 +0100
Subject: Fix build of tests
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c79db51..2ffe3f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
--
cgit v1.2.3-70-g09d2