File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55add_library (evmmax INTERFACE )
66add_library (evmone::evmmax ALIAS evmmax )
7- target_compile_features (evmmax INTERFACE cxx_std_20 )
7+ target_compile_features (evmmax INTERFACE cxx_std_23 )
88target_include_directories (evmmax INTERFACE ${PROJECT_SOURCE_DIR } /include )
99target_link_libraries (evmmax INTERFACE intx::intx )
1010
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ add_library(evmone
3333 vm.cpp
3434 vm.hpp
3535)
36- target_compile_features (evmone PUBLIC cxx_std_20 )
36+ target_compile_features (evmone PUBLIC cxx_std_23 )
3737target_link_libraries (evmone PUBLIC evmc::evmc intx::intx PRIVATE ethash::keccak )
3838target_include_directories (evmone PUBLIC
3939 $<BUILD_INTERFACE :${include_dir} >$<INSTALL_INTERFACE :${CMAKE_INSTALL_INCLUDEDIR} >
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Apache-2.0
44
55add_executable (evmone-precompiles-bench )
6- target_compile_features (evmone-precompiles-bench PRIVATE cxx_std_20 )
6+ target_compile_features (evmone-precompiles-bench PRIVATE cxx_std_23 )
77target_include_directories (evmone-precompiles-bench PRIVATE .. )
88target_link_libraries (evmone-precompiles-bench PRIVATE evmone::state benchmark::benchmark )
99target_sources (
Original file line number Diff line number Diff line change 44
55add_library (evmone-statetestutils STATIC )
66add_library (evmone::statetestutils ALIAS evmone-statetestutils )
7- target_compile_features (evmone-statetestutils PUBLIC cxx_std_20 )
7+ target_compile_features (evmone-statetestutils PUBLIC cxx_std_23 )
88target_link_libraries (evmone-statetestutils PRIVATE evmone::state evmone::testutils nlohmann_json::nlohmann_json )
99target_include_directories (evmone-statetestutils PRIVATE ${evmone_private_include_dir} )
1010target_sources (
You can’t perform that action at this time.
0 commit comments