Skip to content

Commit

Permalink
remove tbb link
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Mar 6, 2025
1 parent 4d43384 commit e6e6d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ else()
option(CMAKE_COMPILE_WARNING_AS_ERROR "Compile warnings as errors" ON)

find_package(Boost CONFIG)
find_package(Boost COMPONENTS serialization)

if(ENABLE_CUDA)
enable_language(CUDA)
Expand Down Expand Up @@ -383,7 +384,7 @@ else()
add_test(NAME ${TEST_EXE} COMMAND $<TARGET_FILE:${TEST_EXE}>)
endforeach()

target_link_libraries (${TEST_EXE} PRIVATE TBB::tbb)
# target_link_libraries (serialization.cpp.x PRIVATE Boost::serialization)

endif()
endif()

0 comments on commit e6e6d3d

Please sign in to comment.