Alan W. Irwin wrote: > cmake version 2.6-patch 4; > > Unix Makefiles; > > Linux (Debian stable with bootstrap build of CMake-2.6.4); > > What's the easiest way to try the "generator" test here (for Unix > Makefiles) > so we are doing exactly the same test?
Get a CMake 2.6 source tree. Then run $ cd cmake-2.6.4/Tests/BuildDepends $ mkdir b && cd b $ cmake .. The whole test runs during the configuration step, so there is no need to type make. -Brad _______________________________________________ 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