guruthree / palm-calendar-sync2

Make your Palm Pilot useful again by downloading your Google Calendar to it
GNU General Public License v2.0
13 stars 1 forks source link

Missing/ambiguous build dependencies #4

Closed markaudacity closed 1 day ago

markaudacity commented 3 days ago
CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Git (missing: GIT_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.25/Modules/FindGit.cmake:128 (find_package_handle_standard_args)
  CMakeLists.txt:30 (find_package)
guruthree commented 1 day ago

I've noted the use of git in the cmake process and also fixed a bug in the CMakeLists file that required it when it shouldn't have. Comitted in e533128.