Hello all i am posting the error which i have got in ubuntu 16.04 lts. While compiling

367 Views Asked by At

I am getting this error after giving the command cmake ..

Geographic lib already installed 1.45-2 cmake version - 3.5 boost version - 1.75


Boost 1.75 found.

Found Boost components:

date_time

Boost 1.75 found.

Found Boost components:

system;program_options

-- GeographicLib:

CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):

Could NOT find GeographicLib (missing: GeographicLib_INCLUDE_DIR GeographicLib_LIBRARY) (Required is at least version "1.45")

Call Stack (most recent call first):

/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)

cmake/FindGeographicLib.cmake:27 (find_package_handle_standard_args) CMakeLists.txt:63 (find_package)


What should be done for this error..?

0

There are 0 best solutions below