CMake/Tests/CMakeTests
Alexander Neundorf 930bb0cd37 ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,
CMAKE_SYSTEM_AND_C_COMPILER_INFO_FILE, CMAKE_SYSTEM_AND_CXX_COMPILER_INFO_FILE,
CMAKE_SYSTEM_AND_C_COMPILER_AND_PROCESSOR_INFO_FILE and CMAKE_SYSTEM_AND_CXX_COMPILER_AND_PROCESSOR_INFO_FILE

Instead of presetting these variables to arbitrary filenames, users should
set up CMAKE_SYSTEM_NAME and the compilers correctly and also create a
Platform/ directory so these files will all follow the official cmake style,
which should make it easier to understand and debug project which have their
own platform/toolchain support files.

-remove support for a suffix to MS crosscompilers, since this is not (yet)
supported by cmake and might confuse users

Alex
2007-07-02 13:29:36 -04:00
..
include ENH: merge CMake-CrossCompileBasic to HEAD 2007-05-17 13:20:44 -04:00
CMakeLists.txt ENH: merge CMake-CrossCompileBasic to HEAD 2007-05-17 13:20:44 -04:00
DummyToolchain.cmake ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE, 2007-07-02 13:29:36 -04:00
FindBaseTest.cmake.in ENH: merge CMake-CrossCompileBasic to HEAD 2007-05-17 13:20:44 -04:00
IncludeTest.cmake.in ENH: fix it 2007-06-06 13:43:46 -04:00
ListTest.cmake.in ENH: Fix INSERT to allow inserting to empty list 2006-05-15 10:14:16 -04:00
ToolchainTest.cmake.in ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE, 2007-07-02 13:29:36 -04:00
VariableWatchTest.cmake.in ENH: Add variable watch command 2007-04-11 15:13:05 -04:00