File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ if(APPLE)
110110endif (APPLE )
111111
112112# FIND BOOST
113- set (BOOST_REQUIRED_COMPONENTS "atomic;chrono;date_time;filesystem;program_options;serialization;system;thread;timer" )
113+ set (BOOST_REQUIRED_COMPONENTS "atomic;chrono;date_time;filesystem;program_options;serialization;system;thread;timer;math_c99 " )
114114if (WIN32 )
115115 set (BOOST_REQUIRED_COMPONENTS "${BOOST_REQUIRED_COMPONENTS} ;stacktrace_windbg" )
116116else ()
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ if(CCTAG_WITH_CUDA)
174174 # since we used CUDA_ADD_LIBRARY we cannot use PUBLIC or PRIVATE here
175175 target_link_libraries (CCTag
176176 ${OpenCV_LIBS}
177- Boost::date_time Boost::chrono Boost::thread Boost::serialization Boost::system Boost::filesystem Boost::atomic Boost::program_options Boost::timer
177+ Boost::date_time Boost::chrono Boost::thread Boost::serialization Boost::system Boost::filesystem Boost::atomic Boost::program_options Boost::timer Boost::math_c99
178178 Eigen3::Eigen
179179 ${TBB_LIBRARIES} ${CUDA_CUDADEVRT_LIBRARY} )
180180
@@ -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
You can’t perform that action at this time.
0 commit comments