Skip to content

Commit

Permalink
Remove duplicated C++17 flags (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Oct 2, 2024
1 parent 25469cd commit 027df5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ add_executable(unit-tests-kokkos-fft-common
)

target_compile_features(unit-tests-kokkos-fft-common PUBLIC cxx_std_17)
target_compile_options(unit-tests-kokkos-fft-common PUBLIC -std=c++17)

target_link_libraries(unit-tests-kokkos-fft-common PUBLIC common GTest::gtest)

Expand Down
1 change: 0 additions & 1 deletion fft/unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ add_executable(unit-tests-kokkos-fft-core
)

target_compile_features(unit-tests-kokkos-fft-core PUBLIC cxx_std_17)
target_compile_options(unit-tests-kokkos-fft-core PUBLIC -std=c++17)

target_link_libraries(unit-tests-kokkos-fft-core PUBLIC KokkosFFT::fft GTest::gtest)

Expand Down

0 comments on commit 027df5e

Please sign in to comment.