target_compile_features(<target> <PRIVATE|PUBLIC|INTERFACE> <feature> [...])
target_compile_features(<target> <PRIVATE|PUBLIC|INTERFACE> <feature> [...])
target_compile_features(librecad_tests PRIVATE cxx_std_17)
target_compile_features(gosu PUBLIC cxx_std_20)
target_compile_features(ncine PUBLIC cxx_std_17)
target_compile_features(Calc PRIVATE cxx_std_11)
TARGET_COMPILE_FEATURES(assimp PRIVATE c_std_99)
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_14)
target_compile_features(${IMATH_LIBRARY}
PRIVATE cxx_std_${IMATH_CXX_STANDARD}
INTERFACE cxx_std_11
)
target_compile_features(${cmakeSafeName} PUBLIC cxx_std_17)
target_compile_features(${example} PRIVATE cxx_std_14)
target_compile_features(tinygltf-validator
PUBLIC
cxx_range_for)
target_compile_features(Plugin_GLSLangProgramManager PRIVATE cxx_std_17)
target_compile_features(${TARGET} PUBLIC c_std_99)
target_compile_features(fuzzhelper PUBLIC cxx_std_17)
target_compile_features(earcut_hpp INTERFACE cxx_std_11)
target_compile_features(fast_float INTERFACE cxx_std_14)
target_compile_features(noise_model_kernels PUBLIC cxx_std_11)
target_compile_features(SDL3-shared PRIVATE c_std_99)
target_compile_features(pugixml PUBLIC cxx_long_long_type)
target_compile_features(EASTL PUBLIC cxx_std_14)
target_compile_features(${ARGS_TARGET} ${PropertyQualifier} cxx_std_17)
target_compile_features(rve_importlib PRIVATE cxx_std_23)
target_compile_features(zshelper INTERFACE cuda_std_17)
target_compile_features(fmt PUBLIC cxx_std_11)
target_compile_features(${CHARLS_LIBRARY_NAME} PUBLIC cxx_std_14)
target_compile_features (${_name}
INTERFACE
# Enable C++17 standard compliance
cxx_std_17
)
target_compile_features(impl_git_version PRIVATE cxx_raw_string_literals)
target_compile_features(alpaka INTERFACE cxx_std_${alpaka_CXX_STANDARD})
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_14)
target_compile_features(nextcloudsync
PRIVATE
cxx_std_17
)
target_compile_features(${NLOHMANN_JSON_TARGET_NAME} INTERFACE cxx_range_for)
target_compile_features (sophus INTERFACE
cxx_auto_type
cxx_decltype
cxx_nullptr
cxx_right_angle_brackets
cxx_variadic_macros
cxx_variadic_templates
)
TARGET_COMPILE_FEATURES(${G3LOG_LIBRARY} PUBLIC cxx_variable_templates)
target_compile_features (${local_lib}
INTERFACE cxx_std_${DOWNSTREAM_CXX_STANDARD})
target_compile_features(nowide PUBLIC cxx_std_11)
target_compile_features(${name} PUBLIC cxx_std_14)
target_compile_features(VisualizerLib PRIVATE cxx_std_17)
target_compile_features(${exe_name} PRIVATE ${CXX_FEATURES})
target_compile_features(MtKaHyPar-BuildFlags INTERFACE cxx_std_17)
target_compile_features(apriltag PUBLIC cxx_std_20)
target_compile_features(main PRIVATE cxx_std_11)
target_compile_features(plugins PRIVATE $<TARGET_PROPERTY:apps,INTERFACE_COMPILE_FEATURES> $<TARGET_PROPERTY:framework,INTERFACE_COMPILE_FEATURES>)
target_compile_features(framework_meshing INTERFACE cxx_std_14)
target_compile_features(${target} PRIVATE cxx_std_${CMAKE_CXX_STANDARD})
target_compile_features(${TARGET} PUBLIC cxx_std_14)
target_compile_features(${NLOHMANN_JSON_TARGET_NAME} INTERFACE cxx_range_for)
target_compile_features(ftl PUBLIC cxx_std_17)
target_compile_features(folly INTERFACE cxx_generic_lambdas)
target_compile_features(${TARGET_NAME} PUBLIC cxx_std_17)
target_compile_features(tsl_ordered_map_tests PRIVATE cxx_std_11)
target_compile_features(nori PRIVATE cxx_std_17)
target_compile_features(minidump PRIVATE
cxx_std_20
)
target_compile_features(std::filesystem INTERFACE cxx_std_17)
target_compile_features(${PROJECT_TARGET}
PUBLIC cxx_variadic_templates cxx_nullptr
)
target_compile_features(score_lib_base INTERFACE "${CXX_VERSION_FLAG}")
target_compile_features(
Cef::LibCef
INTERFACE
cxx_std_17
)
target_compile_features(wxSQLite3 PRIVATE cxx_std_11)
target_compile_features(address_sorting PUBLIC cxx_std_14)
target_compile_features(matx INTERFACE cxx_std_17 $<BUILD_INTERFACE:cuda_std_17>)
target_compile_features(${LIB_CORE}
PUBLIC
cxx_range_for
cxx_auto_type
)
target_compile_features(${LIBNAME} PRIVATE cxx_std_14)
TARGET_COMPILE_FEATURES(BUNDLED_MUPARSER PUBLIC cxx_std_${IBAMR_CXX_STANDARD})
target_compile_features(pybind11_headers INTERFACE cxx_inheriting_constructors cxx_user_literals
cxx_right_angle_brackets)
target_compile_features (sophus INTERFACE
cxx_auto_type
cxx_decltype
cxx_nullptr
cxx_right_angle_brackets
cxx_variadic_macros
cxx_variadic_templates
)
target_compile_features(${lib} PUBLIC cxx_std_17)
target_compile_features(driver_osvr PRIVATE cxx_override)
target_compile_features(protobuf
PUBLIC
cxx_std_11)
target_compile_features(DataFrame PUBLIC cxx_std_23)
target_compile_features(zeek_fuzzer_shared PRIVATE ${ZEEK_CXX_STD})
target_compile_features(Minuit2 PUBLIC cxx_nullptr cxx_nonstatic_member_init)
target_compile_features(pybind11_headers INTERFACE cxx_inheriting_constructors cxx_user_literals
cxx_right_angle_brackets)
target_compile_features(BRAINSABCCOMMONLIB PRIVATE ${BABC_CXX11_Required_Features})
target_compile_features(${TARGET} PUBLIC cxx_range_for)
target_compile_features(${obj_target} ${sundials_add_library_COMPILE_FEATURES})
target_compile_features(
timemory-headers
INTERFACE cxx_std_${CMAKE_CXX_STANDARD}
cxx_auto_type
cxx_alias_templates
cxx_constexpr
cxx_decltype
cxx_decltype_auto
cxx_defaulted_functions
cxx_delegating_constructors
cxx_deleted_functions
cxx_extern_templates
cxx_generic_lambdas
cxx_noexcept
cxx_range_for
cxx_return_type_deduction
cxx_rvalue_references
cxx_thread_local
cxx_trailing_return_types
cxx_variadic_macros
cxx_variadic_templates
cxx_template_template_parameters)
target_compile_features(pybind11_headers INTERFACE cxx_inheriting_constructors cxx_user_literals
cxx_right_angle_brackets)
target_compile_features(pasta_cxx_settings INTERFACE cxx_std_20)
target_compile_features(${name} PUBLIC cxx_std_17)
target_compile_features(fuzzhelper PUBLIC cxx_std_17)
target_compile_features(gnuradio-runtime PUBLIC cxx_std_17)
target_compile_features(Catch2_buildall_interface INTERFACE cxx_std_14)
target_compile_features(${_target} PRIVATE ${_cxx_std})
target_compile_features(hpx_public_flags INTERFACE cxx_std_${HPX_CXX_STANDARD})
target_compile_features(${target} PUBLIC ${comple_feature})
target_compile_features(SimTKcommon PUBLIC cxx_std_11)
target_compile_features(pybind11_headers INTERFACE cxx_inheriting_constructors cxx_user_literals
cxx_right_angle_brackets)
target_compile_features(${dictionary} PRIVATE
$<TARGET_PROPERTY:${ARG_MODULE},COMPILE_FEATURES>)
target_compile_features(fmt INTERFACE ${FMT_REQUIRED_FEATURES})
target_compile_features(perfetto PRIVATE cxx_std_17)
target_compile_features(CLI11::CLI11 INTERFACE cxx_std_11)
target_compile_features(async_simple_header_only INTERFACE cxx_std_20)
target_compile_features(${_dll} PUBLIC ${ABSL_INTERNAL_CXX_STD_FEATURE})
TARGET_COMPILE_FEATURES(${TARGET} PUBLIC cxx_std_20)
target_compile_features(Common++ PUBLIC cxx_std_14)
target_compile_features(project_options INTERFACE cxx_std_17)
TARGET_COMPILE_FEATURES(${TARGET} PUBLIC cxx_std_20)
target_compile_features(${LIB_NAME} PRIVATE cxx_std_17)
target_compile_features(QWebView.WebView2 PRIVATE cxx_std_17)
target_compile_features(YARP_companion PUBLIC cxx_std_17)
target_compile_features(alpaca INTERFACE cxx_std_17)
target_compile_features(Juce::core INTERFACE cxx_std_14)