diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2018-11-15 16:09:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-15 16:09:38 +0100 |
| commit | 214f086ab61f9964cbabccb9c002c915e2870539 (patch) | |
| tree | 464bcc71f6468d0498f9fce7441c06c78bc1bba4 /include | |
| parent | 4ad1477c24c3da4be6c7962606e6f9d47336b6a3 (diff) | |
| parent | 92d5abac3d402a8d2cbaee972bd39c4885de9fef (diff) | |
| download | PROJ-214f086ab61f9964cbabccb9c002c915e2870539.tar.gz PROJ-214f086ab61f9964cbabccb9c002c915e2870539.zip | |
Merge pull request #1176 from rouault/cond_test_build
Condtional build of test subdir + warning fix
Diffstat (limited to 'include')
| -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 |
