Skip to content
Snippets Groups Projects
Commit d1929185 authored by Robert Maynard's avatar Robert Maynard Committed by Brad King
Browse files

Modules: Do not implicitly add new functions via old Check Modules

The conversion of Check<Lang>CompilerFlag, SourceCompiles, and
SourceRuns over to the new functions has the possibility of breaking
projects that had functions with those existing names.

To reduce the possibility of collisions we now have all the
legacy code call functions that start with `cmake_`, and users
will need to explicitly include the new modules to get the
non-prefixed versions

Fixes: #21359
parent 9fa7afe7
No related branches found
No related tags found
No related merge requests found
Showing
with 243 additions and 354 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment