Comment 4 for bug 1805173

Revision history for this message
Ryan Friedman (ryanf55) wrote (last edit ):

For portability, this at least does that change only on Linux:

if(CMAKE_SYSTEM_NAME STREQUAL Linux)
  list(APPEND CMAKE_MODULE_PATH /usr/share/cmake/geographiclib)
endif()

This is a potential patch that fixes Ubuntu 22.04.