[cmake-commits] king committed CMakeLists.txt 1.42 1.43 fakefluid.cxx
1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Sat Nov 10 17:31:52 EST 2007
Update of /cvsroot/CMake/CMake/Tests/Wrapping
In directory public:/mounts/ram/cvs-serv9965
Modified Files:
CMakeLists.txt fakefluid.cxx
Log Message:
BUG: Fixed fake generation of files to behave more like fluid.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Wrapping/CMakeLists.txt,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- CMakeLists.txt 2 Nov 2007 14:46:03 -0000 1.42
+++ CMakeLists.txt 10 Nov 2007 22:31:50 -0000 1.43
@@ -93,10 +93,6 @@
SET (FLTK_FLUID_EXECUTABLE "${FLUID_LOC}")
FLTK_WRAP_UI (wraplibFLTK ${FLTK_SRCS})
ADD_LIBRARY(wraplibFLTK ${wraplibFLTK_FLTK_UI_SRCS})
-CONFIGURE_FILE(
- ${Wrapping_SOURCE_DIR}/fltk1.fl
- ${Wrapping_BINARY_DIR}/fltk1.cxx
- COPYONLY)
ADD_DEPENDENCIES(wraplibFLTK fakefluid)
ADD_DEPENDENCIES(fakefluid Wrap)
#
Index: fakefluid.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Wrapping/fakefluid.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fakefluid.cxx 2 Jun 2006 16:19:16 -0000 1.2
+++ fakefluid.cxx 10 Nov 2007 22:31:50 -0000 1.3
@@ -11,7 +11,6 @@
FILE* file = fopen(av[i+1], "w");
fprintf(file, "// hello\n");
fclose(file);
- return 0;
}
}
return 0;
More information about the Cmake-commits
mailing list