uWebSockets variables LIBUV_INCLUDE_DIR and LIBUV_LIBRARY NOTFOUND error
engrmasood2002 opened this issue · 2 comments
engrmasood2002 commented
Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g")
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
/home/masood/uWebSockets/LIBUV_INCLUDE_DIR
used as include directory in directory /home/masood/uWebSockets
LIBUV_LIBRARY
linked by target "uWS" in directory /home/masood/uWebSockets
-- Configuring incomplete, errors occurred!
ysonggit commented
I had the same issue.
The cause is that I miss a dependency libuv. The fix command is:
brew install openssl zlib libuv
mvirgo commented
Closing this one out - libuv is included in the install scripts.