From 885b196642ea68639b86fa762cc950e19fc40cd6 Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Mon, 26 Mar 2018 17:02:20 +1300 Subject: Tidy soci/proj4 references --- cmake/ProjUtilities.cmake | 2 +- 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) -- cgit v1.2.3