libcurl error while building librealsense code #12036
Replies: 2 comments 4 replies
-
Fastest solution is to set CMake flag that depend on libcurl to false, downside is you will not have on-line update suggestions. example: If you do need it on please send a full log of the CMake configure + make flow. |
Beta Was this translation helpful? Give feedback.
-
please find below log with CMake Configure step. and also tried this command cmake ../ -DCHECK_FOR_UPDATES=OFF, still getting same 1> CMake generation started for configuration: 'x64-Debug'. |
Beta Was this translation helpful? Give feedback.
-
Hi Team
I cloned librealsense repository to my proejct but getting below error while building the project. please help me on this error.
Severity Code Description Project File Line Suppression State
Error 'libcurl/libcurl_install/lib/libcurl-d.lib', needed by 'realsense-viewer.exe', missing and no known rule to make it C:\Users\spand\projects\librealsense\out\build\x64-Debug\librealsense C:\Users\spand\projects\librealsense\out\build\x64-Debug\ninja 1
Beta Was this translation helpful? Give feedback.
All reactions