Ubuntu Pastebin

Paste from Marco Trevisan (3v1n0) at Thu, 10 Dec 2015 12:15:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
=== 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})
Download as text