try_compile-lang-std.rst 364 B

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