mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
Merge topic 'try_compile-lang-std'
f72ba42btry_compile: Add policy CMP0067 to honor language standards45aa03b9try_compile: Add options to specify language standards3bb2051etry_compile: Stop processing when test build system fails to generate
This commit is contained in:
@@ -0,0 +1,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`.
|
||||
Reference in New Issue
Block a user