Hello,
 
The find_package macro provides the keywords "REQUIRED" and "COMPONENTS". 



The docs state: "The REQUIRED option stops processing with an error message if 
the package cannot be found. A package-specific list of components may be 
listed after the REQUIRED option or after the COMPONENTS option if no REQUIRED 
option is given."



When using find_package and the "REQUIRED" keyword, are all components required?


When using find_package and the "COMPONENTS" keywords, are all components 
required?



It would be nice if the docs could state this information. 
 
regards,
Lars
                                          
--

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://www.cmake.org/mailman/listinfo/cmake

Reply via email to