Follower wrote: > Brad King wrote: > >> What version of CMake are you using? > > > $ which cmake > /sw/bin/cmake > > $ cmake --version > cmake version 1.8.3 You need CMake 2.0 or higher. I've just committed a change to produce a warning if this requirement is not met. -Brad