On Wednesday 14 April 2010, Diego wrote: > 2010/4/13 Alexander Neundorf <[email protected]> ... > > Can you append the following code to Generic.cmake and see if it works > > then ? > > > > SET(CMAKE_SYSTEM_INCLUDE_PATH /include "${CMAKE_INSTALL_PREFIX}/include") > > SET(CMAKE_SYSTEM_LIBRARY_PATH /lib "${CMAKE_INSTALL_PREFIX}/lib") > > SET(CMAKE_SYSTEM_PROGRAM_PATH /bin "${CMAKE_INSTALL_PREFIX}/bin") > > > > > > Alex > > Yes, it works now! > The CMAKE_FIND_ROOT_PATH variable it seems isn't really necessary (??). > > Thank you very much by the info about the Modules/Platform/ directory :) > and by your help.
This is now also in CMake git master, so it should be in the next release. Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
