diff options
| author | Mike Toews <mwtoews@gmail.com> | 2018-03-26 17:02:20 +1300 |
|---|---|---|
| committer | Mike Toews <mwtoews@gmail.com> | 2018-03-26 17:02:20 +1300 |
| commit | 885b196642ea68639b86fa762cc950e19fc40cd6 (patch) | |
| tree | ccbe6d800e8220da033a30821f3d353bc111d14e | |
| parent | 334a91876691034e91f29292dd96012a8711e4e1 (diff) | |
| download | PROJ-885b196642ea68639b86fa762cc950e19fc40cd6.tar.gz PROJ-885b196642ea68639b86fa762cc950e19fc40cd6.zip | |
Tidy soci/proj4 references
| -rw-r--r-- | cmake/ProjUtilities.cmake | 2 | ||||
| -rw-r--r-- | src/bin_nad2bin.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/ProjUtilities.cmake b/cmake/ProjUtilities.cmake index bde495c6..79ecf96b 100644 --- a/cmake/ProjUtilities.cmake +++ b/cmake/ProjUtilities.cmake @@ -378,7 +378,7 @@ endmacro() # # Generates output name for given target depending on platform and version. -# For instance, on Windows, libraries get ABI version suffix soci_coreXY.{dll|lib}. +# For instance, on Windows, libraries get ABI version suffix proj_X_Y.{dll|lib}. # function(proj_target_output_name TARGET_NAME OUTPUT_NAME) 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) |
