aboutsummaryrefslogtreecommitdiffstats
path: root/main/graphite2/cmake.patch
blob: 41f1e518768ca69872235e826034c1ec545ca273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./tests/CMakeLists.txt.orig
+++ ./tests/CMakeLists.txt
@@ -58,7 +58,9 @@
         LINKER_LANGUAGE     C)
 endif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
 
-add_subdirectory(comparerenderer)
+if (GRAPHITE2_COMPARE_RENDERER)
+    add_subdirectory(comparerenderer)
+endif (GRAPHITE2_COMPARE_RENDERER)
 add_subdirectory(endian)
 add_subdirectory(bittwiddling)
 if (NOT GRAPHITE2_NFILEFACE)