We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0997ae commit 5b52283Copy full SHA for 5b52283
test/compile_test/CMakeLists.txt
@@ -5,4 +5,4 @@
5
file(GLOB SOURCES "*.cpp")
6
add_library(boost_math-compile_tests STATIC ${SOURCES})
7
target_compile_features(boost_math-compile_tests PRIVATE cxx_std_17)
8
-target_link_libraries(boost_math-compile_tests PUBLIC Boost::math Boost::multiprecision)
+target_link_libraries(boost_math-compile_tests PUBLIC Boost::math Boost::multiprecision Boost::numeric_ublas)
0 commit comments