From 6e2d227283268e17d63839362a7a034906d8374e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 15 Nov 2018 14:09:11 +0100 Subject: include/proj/CMakeLists.txt: install C++ header in /proj --- include/proj/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proj/CMakeLists.txt b/include/proj/CMakeLists.txt index d112cf74..0f889f74 100644 --- a/include/proj/CMakeLists.txt +++ b/include/proj/CMakeLists.txt @@ -1,4 +1,4 @@ -set(installdest include/proj) +set(installdest ${INCLUDEDIR}/proj) install( FILES util.hpp metadata.hpp common.hpp crs.hpp datum.hpp -- cgit v1.2.3