Commit 3b0298f
committed
cmake: claim knowledge of CMake 3.29
This is true because the code considers 3.29 in the next block. Of
particular importance, this sets CMP0115 which scans C++20 sources by
default. This allows tests to use `add_executable(t uses_module.cpp)`
without having to explicitly say "I want to use `import ctre;`".
In the non-module build, explicitly turn off scanning since it is not
used.1 parent 08909b5 commit 3b0298f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
0 commit comments