blob: 849cecc92c037002eaf7f3f4e032f938fd099bc7 (
plain)
1
2
3
4
5
6
7
8
9
|
try_compile-lang-std
--------------------
* The :command:`try_compile` command source file signature gained new options
to specify the language standard to use in the generated test project.
* The :command:`try_compile` command source file signature now honors
language standard variables like :variable:`CMAKE_CXX_STANDARD`.
See policy :policy:`CMP0067`.
|