Bug#793549: cmake-data: Can't find fluid with FLTK 1.3.3

2021-10-22 Thread Aaron M. Ucko
Timo Röhling writes: > AFAICT upstream has modified their FLTKConfig.cmake to set > FLTK_FLUID_EXECUTABLE without UseFLTK.cmake; albeit still to "fluid" > without absolute path. Ah, yeah, I see in retrospect that *only* 1.3.3 played poorly with FindFLTK.cmake. > Is this sufficient for you to

Bug#793549: cmake-data: Can't find fluid with FLTK 1.3.3

2021-10-22 Thread Timo Röhling
Hi Aaron, On Fri, 24 Jul 2015 19:46:57 -0400 "Aaron M. Ucko" wrote: Prior to 1.3.3, this worked fine, because /usr/lib/fltk/FLTKConfig.cmake defined FLTK_FLUID_EXECUTABLE, and to an absolute path at that. However, 1.3.3 yields a very different setup: the definition appears only in

Bug#793549: cmake-data: Can't find fluid with FLTK 1.3.3

2015-08-07 Thread Aaron M. Ucko
As Rebecca N. Palmer just reminded me at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793517#28 , FLTK's upstream README.CMake.txt recommends bypassing CMake's FindFLTK.cmake altogether by specifying NO_MODULE: https://sources.debian.net/src/fltk1.3/1.3.3-2/README.CMake.txt/#L235 As such,

Bug#793549: cmake-data: Can't find fluid with FLTK 1.3.3

2015-07-24 Thread Aaron M. Ucko
Package: cmake-data Version: 3.2.2-2 Severity: normal FindFLTK.cmake uses the following call to find FLTK's code generator, fluid: find_program(FLTK_FLUID_EXECUTABLE fluid PATHS ${FLTK_EXECUTABLE_DIRS} ${FLTK_EXECUTABLE_DIRS}/RelWithDebInfo