Hello, I'm reporting this for Homebrew, a package installer for OSX. https://github.com/mxcl/homebrew
When we build ftlk r9705 with CMake-2.8.9 on the command line, the default install location for the FLTK*.cmake files is in a hidden directory like this: <prefix>/FLTK/.framework/Resources/CMake/FLTKConfig.cmake <prefix>/FLTK/.framework/Resources/CMake/FLTKLibraries-none.cmake <prefix>/FLTK/.framework/Resources/CMake/FLTKLibraries.cmake <prefix>/FLTK/.framework/Resources/CMake/UseFLTK.cmake Was it intended to hide them? According to this document: http://cmake.org/cmake/help/v2.8.8/cmake.html#command:find_package the directory issue is meant to be constructed like this: <prefix>/<name>.framework/Resources/CMake/ where: In all cases the <name> is treated as case-insensitive and corresponds to any of the names specified (<package> or names given by NAMES). Ok thanks for your time! 2bits @ github _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
