From b6c3d4eb3265ac6521b085ffb738ac222c50c352 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Thu, 2 Nov 2017 21:36:13 +0100 Subject: [PATCH] build: Don't install INSTALL.txt --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2bb85af69..ce08aaa9d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -771,10 +771,6 @@ add_custom_target( uninstall # Installation #================================================ -install( FILES INSTALL.txt - DESTINATION ${KICAD_DOCS} - COMPONENT resources ) - ### # Install scripts ###