mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
The names and formats of our VS flag tables are internal implementation details. However, some institutions need to maintain support for non-public VS platforms and toolsets. Provide a hook that their projects can use to load custom flag table files. This helps avoid distributing a custom CMake package within such institutions. Document the hook itself, but explicitly specify that the files the hook loads are not considered a stable interface.
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
CMake Error at CMakeLists.txt:[0-9]+ \(project\):
|
|
Generator
|
|
|
|
Visual Studio [^
|
|
]*
|
|
|
|
given toolset
|
|
|
|
customFlagTableDir=does_not_exist
|
|
|
|
that is not an absolute path to an existing directory.$
|