[Kst] branches/work/kst/portto4/kst/cmake/modules

Nicolas Brisset nicolas.brisset at eurocopter.com
Mon Mar 5 01:03:08 UTC 2012


SVN commit 1283501 by brisset:

It seems that QUIET should be an option, but with it I get error messages. It looks better like that. Peter, could you check what should be done here?
Thanks.


 M  +1 -1      FindGsl.cmake  


--- branches/work/kst/portto4/kst/cmake/modules/FindGsl.cmake #1283500:1283501
@@ -3,7 +3,7 @@
 # but use this iformation in find_* only
 
 include(FindPkgConfig)
-pkg_check_modules(PKGGSL QUIET gsl)
+pkg_check_modules(PKGGSL gsl)
 
 if(NOT PKGGSL_LIBRARIES)
 	set(PKGGSL_LIBRARIES gsl)


More information about the Kst mailing list