blob: d995e0b92a66cb6ab91dd01d2a0f2df88152bf71 (
plain)
1
2
3
4
5
6
|
try_compile-link-flags
----------------------
* The :command:`try_compile` command source file signature now honors
link flags (e.g. :variable:`CMAKE_EXE_LINKER_FLAGS`) in the generated
test project. See policy :policy:`CMP0056`.
|