mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
symbols only clash in static builds
This commit is contained in:
parent
c6d89090a9
commit
0b51f928db
@ -1,5 +1,7 @@
|
|||||||
if("notiffsymbols" IN_LIST FEATURES)
|
if("notiffsymbols" IN_LIST FEATURES)
|
||||||
set(DISABLETIFF tiff.patch)
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||||
|
set(DISABLETIFF tiff.patch)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
vcpkg_download_distfile(SHADING_PR
|
vcpkg_download_distfile(SHADING_PR
|
||||||
URLS "https://github.com/libharu/libharu/pull/157.diff"
|
URLS "https://github.com/libharu/libharu/pull/157.diff"
|
||||||
|
@ -10,3 +10,16 @@ index 2937fc90d..a1a35d0ed 100644
|
|||||||
#include "t4.h"
|
#include "t4.h"
|
||||||
|
|
||||||
typedef unsigned int uint32;
|
typedef unsigned int uint32;
|
||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index 354ca7526..ee301d9af 100644
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -99,6 +99,8 @@ if(PNG_FOUND)
|
||||||
|
set(ADDITIONAL_LIBRARIES ${ADDITIONAL_LIBRARIES} ${PNG_LIBRARIES})
|
||||||
|
endif(PNG_FOUND)
|
||||||
|
|
||||||
|
+find_package(TIFF REQUIRED)
|
||||||
|
+list(APPEND ADDITIONAL_LIBRARIES TIFF::TIFF)
|
||||||
|
|
||||||
|
# =======================================================================
|
||||||
|
# configure header files, add compiler flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user