uriparser / uriparser

:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub

Home Page:https://uriparser.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error

JamesRead5737 opened this issue · comments

$ cmake -DCMAKE_BUILD_TYPE=Release ..
cmake: /usr/local/lib/libcurl.so.4: no version information available (required by cmake)
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find GTest (missing: GTEST_LIBRARY GTEST_MAIN_LIBRARY) (Required
is at least version "1.8.1")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindGTest.cmake:196 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:247 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/yaakov/Downloads/uriparser-0.9.3/build/CMakeFiles/CMakeOutput.log".

Could NOT find GTest is key here: You need GoogleTest installed in a findable place unless you disable the test suite at compilation time.

PS: It would be -DURIPARSER_BUILD_TESTS=OFF.

Happy to re-open, closing due to no reply.