You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building and installing the SDK as shared libs, like so:
mkdir -p build/default
cd build/default
cmake -DBUILD_SHARED_LIBS=ON …/…
make
sudo make install
And then linking against an example, cmake complains about missing dependencies:
CMake Error at /usr/local/lib/cmake/DronecodeSDK/DronecodeSDKConfig.cmake:4 (find_package):
Could not find a package configuration file provided by “CURL” with any of
the following names:
CURLConfig.cmake
curl-config.cmake
The text was updated successfully, but these errors were encountered:
This was reported by @elbarto1980 on discuss:
When building and installing the SDK as shared libs, like so:
mkdir -p build/default cd build/default cmake -DBUILD_SHARED_LIBS=ON …/… make sudo make install
And then linking against an example, cmake complains about missing dependencies:
The text was updated successfully, but these errors were encountered: