mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:31:37 +08:00
629acdf9d1
* update proj4 to 7.2.0 * fix cmake find * add tiff,curl feature * fix depends * Update fix-proj4-targets-cmake.patch * fix * remove tiff and curl when static build * fix windows static build error * Update ports/proj4/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * change port version * use find_dependency instead of find_package * Update fix-proj4-targets-cmake.patch * Update fix-proj4-targets-cmake.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
14 lines
538 B
Diff
14 lines
538 B
Diff
diff --git a/cmake/ProjUtilities.cmake b/cmake/ProjUtilities.cmake
|
|
index 6f43edb5c..1ed89d597 100644
|
|
--- a/cmake/ProjUtilities.cmake
|
|
+++ b/cmake/ProjUtilities.cmake
|
|
@@ -51,7 +51,7 @@ function(proj_target_output_name TARGET_NAME OUTPUT_NAME)
|
|
|
|
# On Windows, ABI version is specified using binary file name suffix.
|
|
# On Unix, suffix is empty and SOVERSION is used instead.
|
|
- if(WIN32)
|
|
+ if(0)
|
|
string(LENGTH "${${PROJECT_NAME}_ABI_VERSION}" abilen)
|
|
if(abilen GREATER 0)
|
|
set(SUFFIX "_${${PROJECT_NAME}_ABI_VERSION}")
|