vcpkg/ports/fltk/config-path.patch
ras0219 7938ab75c1
[fltk] Force static library due to global variables. Fix CMake Targets. (#12273)
* [fltk] Force static library due to global variables. Fix CMake Targets.

* [fltk] Add include directory to exported targets

* [fltk] Update ports/fltk/CONTROL

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>

* Update ports/fltk/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-07-30 22:41:46 -07:00

14 lines
341 B
Diff

diff --git a/CMake/setup.cmake b/CMake/setup.cmake
index 4d960a5..194887d 100644
--- a/CMake/setup.cmake
+++ b/CMake/setup.cmake
@@ -88,6 +88,8 @@ else()
set(FLTK_CONFIG_PATH ${FLTK_DATADIR}/fltk)
endif(WIN32 AND NOT CYGWIN)
+set(FLTK_CONFIG_PATH share/fltk)
+
include(TestBigEndian)
TEST_BIG_ENDIAN(WORDS_BIGENDIAN)