try_{compile,run}: add LINKER_LANGUAGE option

Fixes: #25326
This commit is contained in:
scivision
2023-10-12 13:49:15 -04:00
committed by Brad King
parent dc0dbffb0f
commit 0f37000304
10 changed files with 89 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
try_compile-linker-language
---------------------------
* The :command:`try_compile` and :command:`try_run` commands gained a
``LINKER_LANGUAGE`` option to specify the :prop_tgt:`LINKER_LANGUAGE`
target property in the generated test project.