OXIESEC PANEL
- Current Dir:
/
/
usr
/
local
/
share
/
cmake-3.26
/
Help
/
prop_gbl
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/04/2023 07:10:49 PM
rwxr-xr-x
📄
ALLOW_DUPLICATE_CUSTOM_TARGETS.rst
1015 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
AUTOGEN_SOURCE_GROUP.rst
750 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
AUTOGEN_TARGETS_FOLDER.rst
423 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
AUTOMOC_SOURCE_GROUP.rst
255 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
AUTOMOC_TARGETS_FOLDER.rst
500 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
AUTORCC_SOURCE_GROUP.rst
255 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
AUTOUIC_SOURCE_GROUP.rst
256 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
CMAKE_CUDA_KNOWN_FEATURES.rst
1.09 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
CMAKE_CXX_KNOWN_FEATURES.rst
11.31 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
CMAKE_C_KNOWN_FEATURES.rst
1.44 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
CMAKE_LANG_STD_FLAGS.txt
338 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
CMAKE_ROLE.rst
383 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
DEBUG_CONFIGURATIONS.rst
534 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
DISABLED_FEATURES.rst
455 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
ECLIPSE_EXTRA_CPROJECT_CONTENTS.rst
519 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
ECLIPSE_EXTRA_NATURES.rst
342 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
ENABLED_FEATURES.rst
447 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
ENABLED_LANGUAGES.rst
155 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIB32_PATHS.rst
482 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIB64_PATHS.rst
431 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIBX32_PATHS.rst
488 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst
394 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
GENERATOR_IS_MULTI_CONFIG.rst
428 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
GLOBAL_DEPENDS_DEBUG_MODE.rst
297 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
GLOBAL_DEPENDS_NO_CYCLES.rst
428 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
IN_TRY_COMPILE.rst
192 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
JOB_POOLS.rst
1.12 KB
04/04/2023 07:07:49 PM
rw-r--r--
📄
PACKAGES_FOUND.rst
226 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
PACKAGES_NOT_FOUND.rst
242 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
PREDEFINED_TARGETS_FOLDER.rst
362 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
REPORT_UNDEFINED_PROPERTIES.rst
295 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
RULE_LAUNCH_COMPILE.rst
693 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
RULE_LAUNCH_CUSTOM.rst
428 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
RULE_LAUNCH_LINK.rst
688 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
RULE_MESSAGES.rst
605 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst
225 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
TARGET_MESSAGES.rst
768 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
TARGET_SUPPORTS_SHARED_LIBS.rst
340 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
USE_FOLDERS.rst
688 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.rst
972 bytes
04/04/2023 07:07:49 PM
rw-r--r--
Editing: CMAKE_CUDA_KNOWN_FEATURES.rst
Close
CMAKE_CUDA_KNOWN_FEATURES ------------------------- .. versionadded:: 3.17 List of CUDA features known to this version of CMake. The features listed in this global property may be known to be available to the CUDA compiler. If the feature is available with the C++ compiler, it will be listed in the :variable:`CMAKE_CUDA_COMPILE_FEATURES` variable. The features listed here may be used with the :command:`target_compile_features` command. See the :manual:`cmake-compile-features(7)` manual for information on compile features and a list of supported compilers. The features known to this version of CMake are: ``cuda_std_03`` Compiler mode is at least CUDA/C++ 03. ``cuda_std_11`` Compiler mode is at least CUDA/C++ 11. ``cuda_std_14`` Compiler mode is at least CUDA/C++ 14. ``cuda_std_17`` Compiler mode is at least CUDA/C++ 17. ``cuda_std_20`` Compiler mode is at least CUDA/C++ 20. ``cuda_std_23`` .. versionadded:: 3.20 Compiler mode is at least CUDA/C++ 23. ``cuda_std_26`` .. versionadded:: 3.25 Compiler mode is at least CUDA/C++ 26. .. include:: CMAKE_LANG_STD_FLAGS.txt