diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-09-05 13:27:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-05 13:27:44 +0200 |
| commit | 06578ae686d85c1e7b0fff663d25a8e394c67f19 (patch) | |
| tree | ec8dbde417f35a910b97e1f5716177b8da10acc4 /cmake | |
| parent | 1c2a58b2ad57837c2397581a7032cda7b34e46b0 (diff) | |
| parent | 6b99e02f04e7e4b54b1209697ab260b8e3dc733a (diff) | |
| download | PROJ-06578ae686d85c1e7b0fff663d25a8e394c67f19.tar.gz PROJ-06578ae686d85c1e7b0fff663d25a8e394c67f19.zip | |
Merge pull request #1581 from jef-n/win-no-abi-lib
stick with proj.lib on windows
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/ProjUtilities.cmake | 3 |
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) |
