kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #31297
[PATCH 01/12] build: Don't install INSTALL.txt
---
CMakeLists.txt | 4 ----
1 file changed, 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9405416a3..5d01d6577 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -775,10 +775,6 @@ add_custom_target( uninstall
# Installation
#================================================
-install( FILES INSTALL.txt
- DESTINATION ${KICAD_DOCS}
- COMPONENT resources )
-
###
# Install scripts
###
--
2.14.1
References