On Ubuntu 14.04 (CMake 2.8.12.2), FindFLTK.cmake sets FLTK_FLUID_EXECUTABLE to '/usr/bin/fluid'. This is good.
On 15.10 (CMake 3.2.2), FLTK_FLUID_EXECUTABLE gets set to 'fluid'. This is bad. An eyeball comparison of the FindFLTK.cmake scripts included with each doesn't reveal anything suspicious. On another mailing list, someone suggested that the root cause of the change could be a change in bash behavior. Does anyone know what caused this? Does anyone have a workaround? Is there a way to set the CMake variable to the result of a 'which' command? Thanks for any help, Rob -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake