Remove CMake toolchains from the project.
Reasons:
- The project is not cross-compiling;
- Cross-compilation can be easily achieved via regular CMake command-line arguments;
- Current toolchain files clutter the source tree without any benefit.
Consider splitting this into subtasks:
- Stop using toolchain files.
- Remove toolchain files from the source tree.
- causes
-
WT-17653 Evergreen 8.3 branch fails to compile develop due to missing toolchain file
-
- Closed
-