[cmake-commits] martink committed cmSetPropertiesCommand.cxx 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 7 10:26:43 EST 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv1001/Source

Modified Files:
	cmSetPropertiesCommand.cxx 
Log Message:
COMP: fix warning right now


Index: cmSetPropertiesCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetPropertiesCommand.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmSetPropertiesCommand.cxx	1 Dec 2006 18:35:21 -0000	1.1
+++ cmSetPropertiesCommand.cxx	7 Dec 2006 15:26:40 -0000	1.2
@@ -133,6 +133,10 @@
         }
       }
       break;
+    case cmProperty::TEST:
+    case cmProperty::SOURCE_FILE:
+      // not implemented yet
+      break;
     }
 
   return true;



More information about the Cmake-commits mailing list