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

Peter Kümmel syntheticpp at gmx.net
Tue Mar 22 11:59:25 CET 2011


SVN commit 1225642 by kuemmel:

add some hint how the 3rd party libs could be found

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


--- branches/work/kst/portto4/kst/cmake/modules/FindCFITSIO.cmake #1225641:1225642
@@ -34,7 +34,7 @@
 	message(STATUS "     includes : ${CFITSIO_INCLUDE_DIR}")
 	message(STATUS "     libraries: ${CFITSIO_LIBRARIES}")
 ELSE()
-	MESSAGE(STATUS "Not found: CFITSIO")
+	MESSAGE(STATUS "Not found: CFITSIO, set CFITSIO_DIR")
 ENDIF()
 
 
--- branches/work/kst/portto4/kst/cmake/modules/FindGetdata.cmake #1225641:1225642
@@ -55,7 +55,7 @@
 	message(STATUS "     includes : ${GETDATA_INCLUDE_DIR}")
 	message(STATUS "     libraries: ${GETDATA_LIBRARIES}")
 ELSE()
-	MESSAGE(STATUS "Not found: Getdata")
+	MESSAGE(STATUS "Not found: Getdata, GETDATA_DIR")
 ENDIF()
 
 
--- branches/work/kst/portto4/kst/cmake/modules/FindGsl.cmake #1225641:1225642
@@ -37,7 +37,7 @@
 	message(STATUS "     includes : ${GSL_INCLUDE_DIR}")
 	message(STATUS "     libraries: ${GSL_LIBRARIES}")
 else()
-	message(STATUS "Not found: Gsl")
+	message(STATUS "Not found: Gsl, set GSL_DIR")
 endif()
 
 
--- branches/work/kst/portto4/kst/cmake/modules/FindNetcdf.cmake #1225641:1225642
@@ -57,7 +57,7 @@
 	message(STATUS "     includes : ${NETCDF_INCLUDE_DIR}")
 	message(STATUS "     libraries: ${NETCDF_LIBRARIES}")
 ELSE()
-	MESSAGE(STATUS "Not found: NetCDF")
+	MESSAGE(STATUS "Not found: NetCDF, set NETCDF_DIR")
 ENDIF()
 
 


More information about the Kst mailing list