View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014812 | CMake | CMake | public | 2014-03-18 04:53 | 2014-10-06 10:33 | ||||
Reporter | Michał Cichoń | ||||||||
Assigned To | Clinton Stimpson | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | PC | OS | Windows | OS Version | 7 x64 | ||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014812: find_package(OpenMP QUIET) isn't really quiet | ||||||||
Description | find_package(OpenMP QUIET) is poluting output with messages even if it is ask to be quiet. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0035428) Michał Cichoń (reporter) 2014-03-18 08:53 |
Forgot to attach printed messages: Try OpenMP C flag = [/openmp] Performing Test OpenMP_FLAG_DETECTED Performing Test OpenMP_FLAG_DETECTED - Success Try OpenMP CXX flag = [/openmp] Performing Test OpenMP_FLAG_DETECTED Performing Test OpenMP_FLAG_DETECTED - Success If OpenMP isn't supported by toolchain there are 6 or 7 extra test messages until it finally fails. |
(0035430) Brad King (manager) 2014-03-18 11:52 |
Both this and 0014813 come from the find modules using check modules internally to do try_compile tests against the found libraries. The check modules have no option to check quietly. In the case of FindOpenMP, the "Try OpenMP" messages can be quieted. |
(0035568) Clinton Stimpson (developer) 2014-03-31 09:18 |
http://cmake.org/gitweb?p=cmake.git;a=commit;h=83934757 [^] |
(0036961) Robert Maynard (manager) 2014-10-06 10:33 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2014-03-18 04:53 | Michał Cichoń | New Issue | |
2014-03-18 08:53 | Michał Cichoń | Note Added: 0035428 | |
2014-03-18 11:51 | Brad King | Relationship added | related to 0014813 |
2014-03-18 11:52 | Brad King | Note Added: 0035430 | |
2014-03-31 09:18 | Clinton Stimpson | Assigned To | => Clinton Stimpson |
2014-03-31 09:18 | Clinton Stimpson | Status | new => assigned |
2014-03-31 09:18 | Clinton Stimpson | Note Added: 0035568 | |
2014-03-31 09:18 | Clinton Stimpson | Status | assigned => resolved |
2014-03-31 09:18 | Clinton Stimpson | Resolution | open => fixed |
2014-10-06 10:33 | Robert Maynard | Note Added: 0036961 | |
2014-10-06 10:33 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |