Skip to content

Commit 5b52283

Browse files
committed
Link to numeric_ublas for include of solve.hpp
1 parent a0997ae commit 5b52283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compile_test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
file(GLOB SOURCES "*.cpp")
66
add_library(boost_math-compile_tests STATIC ${SOURCES})
77
target_compile_features(boost_math-compile_tests PRIVATE cxx_std_17)
8-
target_link_libraries(boost_math-compile_tests PUBLIC Boost::math Boost::multiprecision)
8+
target_link_libraries(boost_math-compile_tests PUBLIC Boost::math Boost::multiprecision Boost::numeric_ublas)

0 commit comments

Comments
 (0)