=== modified file 'cmake/FindXorgGTest.cmake'
--- cmake/FindXorgGTest.cmake 2013-02-13 11:37:51 +0000
+++ cmake/FindXorgGTest.cmake 2015-12-10 11:34:12 +0000
@@ -23,6 +23,10 @@
string (STRIP ${_xorg_gtest_source_dir} _xorg_gtest_source_dir)
string (STRIP ${_xorg_gtest_cflags} _xorg_gtest_cflags)
+ message (STATUS "cflags are ${_xorg_gtest_cflags}")
+ string (REPLACE "\"" "\\\"" _xorg_gtest_cflags ${_xorg_gtest_cflags})
+ message (STATUS "cflags are ${_xorg_gtest_cflags}")
+
set (XORG_SERVER_GTEST_INCLUDES ${XORG_SERVER_INCLUDE_DIRS})
set (XORG_SERVER_GTEST_LIBRARY_DIRS ${XORG_SERVER_LIBRARIES})
set (XORG_SERVER_GTEST_LIBRARIES} ${XORG_SERVER_LIBRARIES})