[cmake-developers] [PATCH] command line shortcuts for cmake
Brad King
brad.king at kitware.com
Mon Oct 2 10:47:13 EDT 2006
Alexander Neundorf wrote:
> Translations are defined by creating a file named "CMakeArguments.txt" in
> CMAKE_SOURCE_DIR. This file has to be in the CMakeCache.txt format. If this
> file exists it is parsed by CMake, and all arguments starting with "--" are
> looked up in this translation cache.
Please convert this to the .cmake format and call it
CMakeArguments.cmake. We don't like the cache format and are trying to
move away from it. Eventually there will be a CMakeCache.cmake used in
its place.
Thanks,
-Brad
More information about the cmake-developers
mailing list