You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Help/variable/CMAKE_LINK_LIBRARIES_ONLY_T...

11 lines
447 B

CMAKE_LINK_LIBRARIES_ONLY_TARGETS
---------------------------------
.. versionadded:: 3.23
Set this variable to initialize the :prop_tgt:`LINK_LIBRARIES_ONLY_TARGETS`
property of non-imported targets when they are created. Setting it to true
enables an additional check that all items named by
:command:`target_link_libraries` that can be target names are actually names
of existing targets. See the target property documentation for details.