[cmake-commits] king committed inst.cxx 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 25 11:09:24 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/SimpleInstallS2
In directory public:/mounts/ram/cvs-serv25279

Modified Files:
	inst.cxx 
Log Message:
ENH: Add test to see if INSTALL_FILES actually worked.


Index: inst.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SimpleInstallS2/inst.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- inst.cxx	3 Mar 2006 23:44:32 -0000	1.5
+++ inst.cxx	25 May 2007 15:09:22 -0000	1.6
@@ -3,6 +3,7 @@
 #ifdef STAGE_2
 # include <foo/lib1.h>
 # include <foo/lib2renamed.h>
+# include <lib3.h>
 #else
 # include "lib1.h"
 # include "lib2.h"



More information about the Cmake-commits mailing list