Skip to content

Commit

Permalink
Add boost math alias to CML
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jul 23, 2024
1 parent 22ae589 commit 3fdc294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ add_library(boost_cuda_math INTERFACE)

add_library(Boost::cuda_math ALIAS boost_cuda_math)

if(NOT TARGET Boost::math)
add_library(Boost::math ALIAS boost_cuda_math)
endif()

target_include_directories(boost_cuda_math INTERFACE include)

include(CMakeDependentOption)
Expand Down

0 comments on commit 3fdc294

Please sign in to comment.