summaryrefslogtreecommitdiff
path: root/games-strategy/spring/files/no_gml.patch
blob: 15dbf3f963e031b572d086f14a44aebf23f8d1dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/rts/builds/CMakeLists.txt b/rts/builds/CMakeLists.txt
index ef85210..c830d9a 100644
--- a/rts/builds/CMakeLists.txt
+++ b/rts/builds/CMakeLists.txt
@@ -34,7 +34,7 @@ endmacro (CreateEngineBuildInstallTarget targetName)
 
 if    (NOT HEADLESS_SYSTEM)
 	Add_Subdirectory(default)
-	Add_Subdirectory(GML)
+	#Add_Subdirectory(GML)
 endif (NOT HEADLESS_SYSTEM)
 
 Add_Subdirectory(DS)