From ec013cfb52fd24f4fd751244cf20fb3839cdea34 Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Thu, 28 Dec 2023 17:17:05 +0100 Subject: [PATCH] Remove duplicate header installation --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40883c2..4c8ce00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -236,9 +236,6 @@ install(TARGETS ${executables} # Install header install(FILES shapefil.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) -# For compatibility with older installation -install(FILES shapefil.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/shapelib) - if(BUILD_TESTING) # Set up tests: