Skip to content

Commit

Permalink
use cxx standard propagated by ginkgo for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Apr 19, 2024
1 parent bdea618 commit 0c4edf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/create_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function(ginkgo_set_test_target_properties test_target_name test_library_suffix)
else()
target_link_libraries(${test_target_name} PRIVATE ginkgo_gtest_main${test_library_suffix})
endif()
target_compile_features(${test_target_name} PUBLIC cxx_std_14)
# we set these properties regardless of the enabled backends,
# because unknown properties are ignored
set_target_properties(${test_target_name} PROPERTIES HIP_STANDARD 14)
Expand Down

0 comments on commit 0c4edf1

Please sign in to comment.