The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=13142 ====================================================================== Reported By: Dave Abrahams Assigned To: ====================================================================== Project: CMake Issue ID: 13142 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-04-17 22:12 EDT Last Modified: 2012-04-17 22:12 EDT ====================================================================== Summary: Treatment of [components…] argument to find_package undocumented Description: There's no description of how components... is actually dealt with. In a project I'm working with, for example,
find_package( Boost COMPONENTS date_time filesystem system ... ) works, yet it finds a file called BoostDateTimeConfig.cmake How that can possibly work is lost on me. The docs for find_package /seem/ to indicate that it will only find BoostConfig.cmake... and it's hard to imagine the textual transformation from date_time to DateTime. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-04-17 22:12 Dave Abrahams New Issue ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
