Skip to content

Commit

Permalink
Change include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 17, 2024
1 parent 720e80d commit f3a5878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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_LIBRARIES} INCLUDE_DIRECTORIES ${CUDA_INCLUDE_DIRS} )
boost_test_jamfile(FILE nvcc_jamfile LINK_LIBRARIES Boost::crypt ${CUDA_LIBRARIES} INCLUDE_DIRECTORIES ${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES} DEFINITIONS --expt-relaxed-constexpr )

elseif (BOOST_CRYPT_ENABLE_NVRTC)

Expand Down

0 comments on commit f3a5878

Please sign in to comment.