feat remove cxx_std_11
Some checks failed
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Failing after 58s
linux-x64-gcc / linux-gcc (push) Failing after 55s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Failing after 1m2s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Failing after 1m10s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Failing after 1m12s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 1m14s
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 1m15s

This commit is contained in:
tqcq 2024-01-19 11:04:55 +08:00
parent 377613c9ba
commit 08771bd06d

View File

@ -61,7 +61,7 @@ set_target_properties(
CXX_EXTENSIONS NO # -std=c++17 rather than -std=gnu++17
)
target_compile_features(EventBus PUBLIC cxx_std_17)
# target_compile_features(EventBus PUBLIC cxx_std_11)
target_include_directories(
EventBus PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src/>