On 2010-08-12 17:36-0700 J Decker wrote:

To Reiterate steps

--------------

mkdir /test
touch /test/CMakeLists.txt
mkdir /build
cd /build

[cmake-gui /test] or [cmake -G "MinGW Makefiles" /test]
touch /test/CMakeLists.txt
make
(fails)

In the past I found a subdirectory of the source tree named "test"
interfered with the proper working of the test target on Linux.  So at
least in that context "test" was a reserved name for directories.  Of
course, that context is quite different than yours so it is a long
shot, but what happens if you use a different name than test for that
source directory?

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to