MantisBT - CMake
View Issue Details
0014812CMakeCMakepublic2014-03-18 04:532014-10-06 10:33
Michał Cichoń 
Clinton Stimpson 
normalminoralways
closedfixed 
PCWindows7 x64
 
 
0014812: find_package(OpenMP QUIET) isn't really quiet
find_package(OpenMP QUIET) is poluting output with messages even if it is ask to be quiet.
No tags attached.
related to 0014813closed Clinton Stimpson find_package(Qt4 4.6.2 QUIET) isn't really quiet 
Issue History
2014-03-18 04:53Michał CichońNew Issue
2014-03-18 08:53Michał CichońNote Added: 0035428
2014-03-18 11:51Brad KingRelationship addedrelated to 0014813
2014-03-18 11:52Brad KingNote Added: 0035430
2014-03-31 09:18Clinton StimpsonAssigned To => Clinton Stimpson
2014-03-31 09:18Clinton StimpsonStatusnew => assigned
2014-03-31 09:18Clinton StimpsonNote Added: 0035568
2014-03-31 09:18Clinton StimpsonStatusassigned => resolved
2014-03-31 09:18Clinton StimpsonResolutionopen => fixed
2014-10-06 10:33Robert MaynardNote Added: 0036961
2014-10-06 10:33Robert MaynardStatusresolved => closed

Notes
(0035428)
Michał Cichoń   
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   
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   
2014-03-31 09:18   
http://cmake.org/gitweb?p=cmake.git;a=commit;h=83934757 [^]
(0036961)
Robert Maynard   
2014-10-06 10:33   
Closing resolved issues that have not been updated in more than 4 months.