Alex, > > I want to create a directory with multiple Toolchain-*-* in > it and not > > have to specify a full path on the CMake command line, and > let CMake > > process it as if the file was in the CModule directory. > > > cmake -DCMAKE_MODULE_PATH=<dir> > -DCMAKE_TOOLCHAIN_FILE=Toolchain-HC12 <src> > > should work.
I can't get this to work, CMAKE_MODULE_PATH seems to be ignored. I've had to resort to putting all my additional files in CMake's CModule directory, and I really don't want to do this. Are you sure CMAKE_MODULE_PATH works? - TrevK _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
