Print

Print


Commit in lcio/src/cpp on MAIN
CMakeLists.txt+2-11.32 -> 1.33
removed LCWarning.h from root dict

lcio/src/cpp
CMakeLists.txt 1.32 -> 1.33
diff -u -r1.32 -r1.33
--- CMakeLists.txt	21 Jun 2010 10:09:09 -0000	1.32
+++ CMakeLists.txt	22 Jun 2010 09:28:03 -0000	1.33
@@ -317,7 +317,8 @@
     FILE( GLOB_RECURSE lcio_headers include/*.h )
     
     # list of headers to exclude
-    FILE( GLOB_RECURSE exclude_headers include/empty_ignore.h include/SIO/*.h include/CPPFORT/*.h include/UTIL/CellIDDecoder.h)
+    FILE( GLOB_RECURSE exclude_headers include/empty_ignore.h include/SIO/*.h
+    include/CPPFORT/*.h include/UTIL/CellIDDecoder.h include/UTIL/LCWarning.h )
     
     # remove items to exclude
     LIST( REMOVE_ITEM lcio_headers ${exclude_headers} )
CVSspam 0.2.8