1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Andrew Ross <andrewross@users.sourceforge.net>
Date: Mon, 3 Jul 2017 22:39:22 +0200
Subject: Remove nondfsg dirs
Forwarded: not-needed
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e29c43d..fc96bb6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -352,7 +352,6 @@ add_subdirectory(plplot_test)
add_subdirectory(examples)
add_subdirectory(scripts)
add_subdirectory(doc)
-add_subdirectory(www)
add_subdirectory(pkgcfg)
summary()
|