mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Help: Document HIP standard/extensions properties and variables
This commit is contained in:
10
Help/variable/CMAKE_HIP_EXTENSIONS.rst
Normal file
10
Help/variable/CMAKE_HIP_EXTENSIONS.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
CMAKE_HIP_EXTENSIONS
|
||||
--------------------
|
||||
|
||||
.. versionadded:: 3.21
|
||||
|
||||
Default value for :prop_tgt:`HIP_EXTENSIONS` target property if set when a
|
||||
target is created.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
10
Help/variable/CMAKE_HIP_STANDARD.rst
Normal file
10
Help/variable/CMAKE_HIP_STANDARD.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
CMAKE_HIP_STANDARD
|
||||
------------------
|
||||
|
||||
.. versionadded:: 3.21
|
||||
|
||||
Default value for :prop_tgt:`HIP_STANDARD` target property if set when a target
|
||||
is created.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
10
Help/variable/CMAKE_HIP_STANDARD_REQUIRED.rst
Normal file
10
Help/variable/CMAKE_HIP_STANDARD_REQUIRED.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
CMAKE_HIP_STANDARD_REQUIRED
|
||||
---------------------------
|
||||
|
||||
.. versionadded:: 3.21
|
||||
|
||||
Default value for :prop_tgt:`HIP_STANDARD_REQUIRED` target property if set when
|
||||
a target is created.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
Reference in New Issue
Block a user