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

Peter Kümmel syntheticpp at gmx.net
Sat Mar 19 14:52:01 CET 2011


SVN commit 1225303 by kuemmel:

currently we have tabs in the cmake files

 U             FindCFITSIO.cmake  
 M  +4 -8      FindDmc.cmake  
 U             FindGetdata.cmake  
 U             FindNetcdf.cmake  


--- branches/work/kst/portto4/kst/cmake/modules/FindDmc.cmake #1225302:1225303
@@ -12,20 +12,17 @@
     HINTS
     ENV PQ_DIR
     PATH_SUFFIXES include
-    PATHS
-    )
+		PATHS)
   FIND_PATH(PIO_DB PIODB.h
 		HINTS
     ENV DMC_DIR
     PATH_SUFFIXES HL2_DMC include/HL2_DMC
-		PATHS
-		)
+		PATHS)
   FIND_PATH(PIO_ERR PIOErr.h
     HINTS
     ENV DMC_DIR
     PATH_SUFFIXES HL2_PIOLIB include/HL2_PIOLIB
-    PATHS
-    )
+		PATHS)
   if(PIO_DB AND PIO_ERR AND PQ_DIR)
     set(DMC_INCLUDEDIR ${PIO_DB}/..)
   endif()
@@ -36,8 +33,7 @@
 		HINTS
     ENV DMC_DIR
     PATH_SUFFIXES lib lib/Linux-x86_64
-		PATHS
-		)
+		PATHS)
 endif()
 
 #message(STATUS "PIO_DB ${PIO_DB}")


More information about the Kst mailing list