diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-27 16:50:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-27 16:50:03 +0200 |
| commit | ee66d2a1b78669595699a16db097fc7c730e832a (patch) | |
| tree | f292aa3f62aebd40abb130dd3de99a4c18b6eb2b /src | |
| parent | f413bc8e8d415e7107f6b23274d5c0d1a91f012d (diff) | |
| parent | 885b196642ea68639b86fa762cc950e19fc40cd6 (diff) | |
| download | PROJ-ee66d2a1b78669595699a16db097fc7c730e832a.tar.gz PROJ-ee66d2a1b78669595699a16db097fc7c730e832a.zip | |
Merge pull request #901 from mwtoews/dot4
Rename CMake infrastructure to remove 4
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin_nad2bin.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin_nad2bin.cmake b/src/bin_nad2bin.cmake index 57cbfe21..33bd4d0b 100644 --- a/src/bin_nad2bin.cmake +++ b/src/bin_nad2bin.cmake @@ -1,5 +1,5 @@ if(WIN32 AND BUILD_LIBPROJ_SHARED) - message(warning " nad2nad can't be build with a DLL proj4 library you need a static lib") + message(warning " nad2nad can't be build with a DLL proj library you need a static lib") endif(WIN32 AND BUILD_LIBPROJ_SHARED) |
