Skip to content

Commit

Permalink
Apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niermann999 committed Apr 11, 2024
1 parent a4eac49 commit 9d3ed3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion storage/vc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ algebra_add_library( algebra_vc_storage vc_storage
"include/algebra/storage/vc.hpp"
"include/algebra/storage/impl/vc_array4_wrapper.hpp" )
target_link_libraries( algebra_vc_storage
INTERFACE algebra::common algebra::common_storage Vc::Vc )
INTERFACE algebra::common Vc::Vc )
algebra_test_public_headers( algebra_vc_storage
"algebra/storage/vc.hpp" )
5 changes: 2 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ if( ALGEBRA_PLUGINS_INCLUDE_VC )
algebra_add_test( vc
"vc/vc_cmath.cpp" "vc/vc_vc.cpp"
LINK_LIBRARIES GTest::gtest_main algebra::tests_common
algebra::vc_storage algebra::vc_cmath algebra::vc_vc )
algebra::vc_cmath algebra::vc_vc )

if( NOT "${CMAKE_CXX_COMPILER_ID}" MATCHES "AppleClang" )
algebra_add_test( vc_soa
"vc_soa/vc_soa.cpp"
LINK_LIBRARIES GTest::gtest_main algebra::vc_soa_storage
algebra::vc_soa )
LINK_LIBRARIES GTest::gtest_main algebra::vc_soa )
endif()
endif()

Expand Down

0 comments on commit 9d3ed3d

Please sign in to comment.