I was able to install the library on my machine and was trying to use it in find_package as follows:
find_package(uamqp REQUIRED CONFIG)
But I get the following error:
CMake Error at CMakeLists.txt:9 (find_package):
Found package configuration file:
/usr/local/cmake/uamqpConfig.cmake
but it set uamqp_FOUND to FALSE so package "uamqp" is considered to be NOT
FOUND. Reason given by package:
The following imported targets are referenced, but are missing:
aziotsharedutil
I have this file installed /usr/local/lib/libaziotsharedutil.a. Can someone help me debug this?
Hi folks,
I was able to install the library on my machine and was trying to use it in find_package as follows:
But I get the following error:
I have this file installed
/usr/local/lib/libaziotsharedutil.a
. Can someone help me debug this?