View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014812CMakeCMakepublic2014-03-18 04:532014-10-06 10:33
ReporterMichał Cichoń 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformPCOSWindowsOS Version7 x64
Product Version 
Target VersionFixed in Version 
Summary0014812: find_package(OpenMP QUIET) isn't really quiet
Descriptionfind_package(OpenMP QUIET) is poluting output with messages even if it is ask to be quiet.
TagsNo tags attached.
Attached Files

 Relationships
related to 0014813closedClinton Stimpson find_package(Qt4 4.6.2 QUIET) isn't really quiet 

  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.

 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


Copyright © 2000 - 2018 MantisBT Team