On 18.10.10 14:29:04, JIA Pei wrote: > Sorry for my entry level question: > > I understand to thoroughly grasp how CMake is working, I need to buy > "Mastering CMake". > However, is there any free CMake documentation on the Internet for us to > learn?
Sure: www.cmake.org -> Help, there's the Documentation which pretty thoroughly discusses all commands and most variables and shipped modules. The FAQ and Wiki contain some extra information. On *nix systems you can just do "man cmake" to open the cmake documentation. > By the way, how to use FIND_PATH and FIND_LIBRARY together > with CMAKE_INCLUDE_PATH? What exactly are you trying to do? Andreas -- Are you sure the back door is locked? _______________________________________________ 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
