diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-06-12 11:37:19 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-06-12 11:37:19 -0700 |
| commit | 92444393148ab0bc89de6ce1cae945cee428a091 (patch) | |
| tree | a443d63129d93dd729438929bce402b80f1c50c1 /ports/libraw/findlibraw_debug_fix.patch | |
| parent | 874eadc574b94a05607a8408958401a524c10447 (diff) | |
| parent | 59a8a9c6248ed230b19028a44484ae5f06db697d (diff) | |
| download | vcpkg-92444393148ab0bc89de6ce1cae945cee428a091.tar.gz vcpkg-92444393148ab0bc89de6ce1cae945cee428a091.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into add_libraqm
Diffstat (limited to 'ports/libraw/findlibraw_debug_fix.patch')
| -rw-r--r-- | ports/libraw/findlibraw_debug_fix.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ports/libraw/findlibraw_debug_fix.patch b/ports/libraw/findlibraw_debug_fix.patch index a09eca537..294963eb6 100644 --- a/ports/libraw/findlibraw_debug_fix.patch +++ b/ports/libraw/findlibraw_debug_fix.patch @@ -1,6 +1,6 @@ --- a/cmake/modules/FindLibRaw.cmake 2016-11-02 07:09:50.000000000 +0100 -+++ b/cmake/modules/FindLibRaw.cmake 2018-06-02 02:50:10.501142400 +0200 -@@ -31,18 +31,34 @@ ++++ b/cmake/modules/FindLibRaw.cmake 2019-06-03 22:05:28.759307500 +0200 +@@ -31,18 +31,36 @@ PATH_SUFFIXES libraw ) @@ -18,6 +18,8 @@ + ${PC_LIBRAW_LIBRARY_DIRS} + ) + ++INCLUDE(SelectLibraryConfigurations) ++ +select_library_configurations(LibRaw) + +FIND_LIBRARY(LibRaw_r_LIBRARY_RELEASE NAMES raw_r |
