Skip to content

Commit

Permalink
cmake: remove unit test link to Cajita (already linked to Cabana)
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Sep 11, 2020
1 parent 71d6e15 commit d519cc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ macro(Cabana_add_tests)
target_include_directories(${_target} PRIVATE ${_dir}
${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(${_target} cabanacore cabana_core_gtest)
if(_test STREQUAL ParticleGridCommunication)
target_link_libraries(${_target} Cajita)
endif()
if(CABANA_UNIT_TEST_MPI)
foreach(_np ${CABANA_UNIT_TEST_MPIEXEC_NUMPROCS})
# NOTE: When moving to CMake 3.10+ make sure to use MPIEXEC_EXECUTABLE instead
Expand Down

0 comments on commit d519cc0

Please sign in to comment.