diff --git a/test/compile_test/CMakeLists.txt b/test/compile_test/CMakeLists.txt index d4d3a5dcdd..f6d26dd320 100644 --- a/test/compile_test/CMakeLists.txt +++ b/test/compile_test/CMakeLists.txt @@ -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)