Re: [CMake] What does find_package(COMPONENTS) do? and

2010-10-10 Thread Michael Hertling
On 10/06/2010 10:47 PM, Stephen Kelly wrote: Hi, The documentation says A package-specific list of components may be listed after the REQUIRED option or after the COMPONENTS option if no REQUIRED option is given. http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:find_package

Re: [CMake] What does find_package(COMPONENTS) do? and

2010-10-07 Thread Andreas Pakulat
On 06.10.10 22:47:15, Stephen Kelly wrote: Hi, The documentation says A package-specific list of components may be listed after the REQUIRED option or after the COMPONENTS option if no REQUIRED option is given. http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:find_package

[CMake] What does find_package(COMPONENTS) do? and

2010-10-06 Thread Stephen Kelly
Hi, The documentation says A package-specific list of components may be listed after the REQUIRED option or after the COMPONENTS option if no REQUIRED option is given. http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:find_package But it doesn't say why you would want to do that.