Skip to content

Commit

Permalink
Revert CMAKE change
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 17, 2024
1 parent 5f391c6 commit 720e80d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ if(HAVE_BOOST_TEST)
enable_language(CUDA)
set(CMAKE_CUDA_EXTENSIONS OFF)

boost_test_jamfile(FILE nvcc_jamfile LINK_LIBRARIES Boost::crypt CUDA::thrust
CUDA::cudart INCLUDE_DIRECTORIES ${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES} )
boost_test_jamfile(FILE nvcc_jamfile LINK_LIBRARIES Boost::crypt ${CUDA_LIBRARIES} INCLUDE_DIRECTORIES ${CUDA_INCLUDE_DIRS} )

elseif (BOOST_CRYPT_ENABLE_NVRTC)

Expand Down

0 comments on commit 720e80d

Please sign in to comment.