aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/ProjUtilities.cmake2
-rw-r--r--src/bin_nad2bin.cmake2
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)