Skip to content

Commit

Permalink
Remove two tests cxx_std_17 compile features.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwankyun committed Apr 26, 2024
1 parent 48d8e30 commit 983df15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

add_executable(options_test main.cpp options.cpp)
target_link_libraries(options_test cxxopts)
target_compile_features(options_test PRIVATE cxx_std_17)
add_test(options options_test)

# test if the targets are findable from the build directory
Expand Down Expand Up @@ -52,7 +51,6 @@ add_test(add-subdirectory-test ${CMAKE_CTEST_COMMAND}

add_executable(link_test link_a.cpp link_b.cpp)
target_link_libraries(link_test cxxopts)
target_compile_features(link_test PRIVATE cxx_std_17)

if(("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") AND ("${CMAKE_SYSTEM}" MATCHES "Linux"))
add_executable(fuzzer fuzz.cpp)
Expand Down

0 comments on commit 983df15

Please sign in to comment.