diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-11-15 14:09:11 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-11-15 14:09:11 +0100 |
| commit | 6e2d227283268e17d63839362a7a034906d8374e (patch) | |
| tree | bbb6c45a1e7a729fbc828a985c1a4f564f6dfd1f | |
| parent | 90df209f276b17a66112cbb58c040693be14d217 (diff) | |
| download | PROJ-6e2d227283268e17d63839362a7a034906d8374e.tar.gz PROJ-6e2d227283268e17d63839362a7a034906d8374e.zip | |
include/proj/CMakeLists.txt: install C++ header in /proj
| -rw-r--r-- | include/proj/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
