OXIESEC PANEL
- Current Dir:
/
/
usr
/
local
/
doc
/
cmake
/
html
/
_sources
/
prop_gbl
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/04/2023 07:10:48 PM
rwxr-xr-x
📄
ALLOW_DUPLICATE_CUSTOM_TARGETS.rst.txt
1015 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
AUTOGEN_SOURCE_GROUP.rst.txt
750 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
AUTOGEN_TARGETS_FOLDER.rst.txt
423 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
AUTOMOC_SOURCE_GROUP.rst.txt
255 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
AUTOMOC_TARGETS_FOLDER.rst.txt
500 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
AUTORCC_SOURCE_GROUP.rst.txt
255 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
AUTOUIC_SOURCE_GROUP.rst.txt
256 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
CMAKE_CUDA_KNOWN_FEATURES.rst.txt
1.09 KB
04/04/2023 07:03:28 PM
rw-r--r--
📄
CMAKE_CXX_KNOWN_FEATURES.rst.txt
11.31 KB
04/04/2023 07:03:28 PM
rw-r--r--
📄
CMAKE_C_KNOWN_FEATURES.rst.txt
1.44 KB
04/04/2023 07:03:28 PM
rw-r--r--
📄
CMAKE_ROLE.rst.txt
383 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
DEBUG_CONFIGURATIONS.rst.txt
534 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
DISABLED_FEATURES.rst.txt
455 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
ECLIPSE_EXTRA_CPROJECT_CONTENTS.rst.txt
519 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
ECLIPSE_EXTRA_NATURES.rst.txt
342 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
ENABLED_FEATURES.rst.txt
447 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
ENABLED_LANGUAGES.rst.txt
155 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIB32_PATHS.rst.txt
482 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIB64_PATHS.rst.txt
431 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIBX32_PATHS.rst.txt
488 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst.txt
394 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
GENERATOR_IS_MULTI_CONFIG.rst.txt
428 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
GLOBAL_DEPENDS_DEBUG_MODE.rst.txt
297 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
GLOBAL_DEPENDS_NO_CYCLES.rst.txt
428 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
IN_TRY_COMPILE.rst.txt
192 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
JOB_POOLS.rst.txt
1.12 KB
04/04/2023 07:03:28 PM
rw-r--r--
📄
PACKAGES_FOUND.rst.txt
226 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
PACKAGES_NOT_FOUND.rst.txt
242 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
PREDEFINED_TARGETS_FOLDER.rst.txt
362 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
REPORT_UNDEFINED_PROPERTIES.rst.txt
295 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
RULE_LAUNCH_COMPILE.rst.txt
693 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
RULE_LAUNCH_CUSTOM.rst.txt
428 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
RULE_LAUNCH_LINK.rst.txt
688 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
RULE_MESSAGES.rst.txt
605 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst.txt
225 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
TARGET_MESSAGES.rst.txt
768 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
TARGET_SUPPORTS_SHARED_LIBS.rst.txt
340 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
USE_FOLDERS.rst.txt
688 bytes
04/04/2023 07:03:28 PM
rw-r--r--
📄
XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.rst.txt
972 bytes
04/04/2023 07:03:28 PM
rw-r--r--
Editing: CMAKE_CUDA_KNOWN_FEATURES.rst.txt
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