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

Peter Kümmel syntheticpp at gmx.net
Fri Jan 28 00:51:41 CET 2011


SVN commit 1217591 by kuemmel:

search quiet


 M  +1 -1      FindCFITSIO.cmake  
 M  +1 -1      FindGsl.cmake  
 M  +1 -1      FindNetcdf.cmake  


--- branches/work/kst/portto4/kst/cmake/modules/FindCFITSIO.cmake #1217590:1217591
@@ -1,7 +1,7 @@
 
 include(FindPkgConfig)
 
-pkg_check_modules(cfitsio cfitsio)
+pkg_check_modules(cfitsio QUIET cfitsio)
 
 if(CFITSIO_INCLUDEDIR AND CFITSIO_LIBRARIES)
 	set(CFITSIO_LIBRARY -L${CFITSIO_LIBRARY_DIRS} ${CFITSIO_LIBRARIES})
--- branches/work/kst/portto4/kst/cmake/modules/FindGsl.cmake #1217590:1217591
@@ -1,7 +1,7 @@
 
 include(FindPkgConfig)
 
-pkg_check_modules(GSL gsl)
+pkg_check_modules(GSL QUIET gsl)
 
 if(GSL_INCLUDEDIR AND GSL_LIBRARIES)
 	set(GSL_LIBRARY -L${GSL_LIBRARY_DIRS} ${GSL_LIBRARIES})
--- branches/work/kst/portto4/kst/cmake/modules/FindNetcdf.cmake #1217590:1217591
@@ -1,7 +1,7 @@
 
 include(FindPkgConfig)
 
-pkg_check_modules(NETCDF netcdf)
+pkg_check_modules(NETCDF QUIET netcdf)
 
 if(NETCDF_INCLUDEDIR AND NETCDF_LIBRARIES)
 	FIND_LIBRARY(NETCDF_LIBRARY_CPP netcdf_c++ 


More information about the Kst mailing list