Skip to content

Commit 5caf442

Browse files
author
Xavier Raemy
committed
Added the dependency to Boost::math_c99 to the non CUDA part
1 parent 141952b commit 5caf442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ else() # without CUDA
227227
PUBLIC
228228
${OpenCV_LIBS}
229229
Eigen3::Eigen
230-
Boost::atomic Boost::chrono Boost::date_time Boost::filesystem Boost::serialization Boost::system Boost::thread Boost::timer
230+
Boost::atomic Boost::chrono Boost::date_time Boost::filesystem Boost::serialization Boost::system Boost::thread Boost::timer Boost::math_c99
231231
PRIVATE
232232
${TBB_LIBRARIES})
233233

0 commit comments

Comments
 (0)