blob: 002ac133e39514c17f1cfd251d02655fe103654f (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/rts/builds/CMakeLists.txt b/rts/builds/CMakeLists.txt
index ef85210..05d51cc 100644
--- a/rts/builds/CMakeLists.txt
+++ b/rts/builds/CMakeLists.txt
@@ -38,4 +38,4 @@ if (NOT HEADLESS_SYSTEM)
endif (NOT HEADLESS_SYSTEM)
Add_Subdirectory(DS)
-Add_Subdirectory(HL)
+#Add_Subdirectory(HL)
|