aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJuergen E. Fischer <jef@norbit.de>2019-09-03 16:41:26 +0200
committerJuergen E. Fischer <jef@norbit.de>2019-09-03 20:10:29 +0200
commit6b99e02f04e7e4b54b1209697ab260b8e3dc733a (patch)
tree372fc79265fe4e56dc07d169fb228448c6667dfc /cmake
parentb52285e9155228fb46fe9e792d21e600daa4c132 (diff)
downloadPROJ-6b99e02f04e7e4b54b1209697ab260b8e3dc733a.tar.gz
PROJ-6b99e02f04e7e4b54b1209697ab260b8e3dc733a.zip
stick with proj.lib on windows
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ProjUtilities.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/ProjUtilities.cmake b/cmake/ProjUtilities.cmake
index 1a2b6052..d63cedac 100644
--- a/cmake/ProjUtilities.cmake
+++ b/cmake/ProjUtilities.cmake
@@ -89,7 +89,8 @@ endfunction()
#
# Generates output name for given target depending on platform and version.
-# For instance, on Windows, libraries get ABI version suffix proj_X_Y.{dll|lib}.
+# For instance, on Windows, dynamic link libraries get ABI version suffix
+# proj_X_Y.dll.
#
function(proj_target_output_name TARGET_NAME OUTPUT_NAME)