Skip to content

Commit

Permalink
Merge pull request #1204 from boostorg/compile_test
Browse files Browse the repository at this point in the history
Add missing link library for compile tests
  • Loading branch information
mborland authored Oct 3, 2024
2 parents ad68aee + a89e2a3 commit 52da18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
file(GLOB SOURCES "*.cpp")
add_library(boost_math-compile_tests STATIC ${SOURCES})
target_compile_features(boost_math-compile_tests PRIVATE cxx_std_17)
target_link_libraries(boost_math-compile_tests PUBLIC Boost::math)
target_link_libraries(boost_math-compile_tests PUBLIC Boost::math Boost::multiprecision)

0 comments on commit 52da18c

Please sign in to comment.