Hello,

I have just noticed wt_config.xml is being generated in the source
directory instead of in the build directory. Trivial patch attached.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
--- wt/CMakeLists.txt~	2009-12-28 18:53:28.000000000 +0100
+++ wt/CMakeLists.txt	2009-12-29 21:46:00.941057641 +0100
@@ -170,7 +170,7 @@ INSTALL_FILES(/include/Wt FILES ${WCONFI
 # Generate wt_config.xml from wt_config.xml.in
 CONFIGURE_FILE(
   ${WT_SOURCE_DIR}/wt_config.xml.in
-  ${WT_SOURCE_DIR}/wt_config.xml
+  ${WT_BINARY_DIR}/wt_config.xml
 )
 
 IF (ASCIIDOC_FOUND)
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to