diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-05-21 16:16:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 01:16:33 -0700 |
| commit | eb891c23ef4048ec6ffa4b48c27ccdc4ddc8da29 (patch) | |
| tree | a8cff36ccbb1cfa54502d2ff71cca95814e53555 /ports/fltk/include.patch | |
| parent | 8e820ffb197b2a9f00f3573e119af0f1f741892b (diff) | |
| download | vcpkg-eb891c23ef4048ec6ffa4b48c27ccdc4ddc8da29.tar.gz vcpkg-eb891c23ef4048ec6ffa4b48c27ccdc4ddc8da29.zip | |
[fltk] Update to 1.3.6 rc1 and fix osx build (#17586)
* [fltk] Update to 1.3.6 rc1
* [fltk] Fix osx build failure
* update patch
* update version record
Diffstat (limited to 'ports/fltk/include.patch')
| -rw-r--r-- | ports/fltk/include.patch | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/ports/fltk/include.patch b/ports/fltk/include.patch index 27207fdbd..d460134dc 100644 --- a/ports/fltk/include.patch +++ b/ports/fltk/include.patch @@ -1,13 +1,13 @@ -diff --git a/CMake/macros.cmake b/CMake/macros.cmake
-index ca03371..bde2c7e 100644
---- a/CMake/macros.cmake
-+++ b/CMake/macros.cmake
-@@ -36,6 +36,8 @@ macro(FL_ADD_LIBRARY LIBNAME LIBTYPE LIBFILES)
-
- add_library(${LIBRARY_NAME} ${LIBTYPE} ${LIBFILES})
-
-+ target_include_directories(${LIBRARY_NAME} PUBLIC $<INSTALL_INTERFACE:include>)
-+
- set_target_properties(${LIBRARY_NAME}
- PROPERTIES
- OUTPUT_NAME ${LIBRARY_NAME}
+diff --git a/CMake/fl_add_library.cmake b/CMake/fl_add_library.cmake +index 29baa95..6fa2fc5 100644 +--- a/CMake/fl_add_library.cmake ++++ b/CMake/fl_add_library.cmake +@@ -36,6 +36,8 @@ macro (FL_ADD_LIBRARY LIBNAME LIBTYPE LIBFILES) + endif (MSVC) + + add_library(${TARGET_NAME} ${LIBTYPE} ${LIBFILES}) ++ ++ target_include_directories(${TARGET_NAME} PUBLIC $<INSTALL_INTERFACE:include>) + + # target properties for all libraries + |
