Eric Noulard wrote:
2008/11/5 Rajika Kumarasiri <[EMAIL PROTECTED]>:
hello every body,
I was trying to generate and use a config.h file from a very simple
config.h.in file for cross compilation of my software, cmake gave me the
following error. I was reading the guide here[1].

CMake Error: Could not open file for write in copy
operation /util/include/config.h.tmp
> CONFIGURE_FILE(${TEST_SOURCE_DIR}/util/include/config-util.h.in
> > ${TEST_SOURCE_DIR}/util/include/config.h)

My guess would be TEST_SOURCE_DIR is empty.

-Bill
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to