AppImageCommunity / libappimage

Implements functionality for dealing with AppImage files
https://appimage.org
Other
46 stars 29 forks source link

libappimage/lib/gtest does not contain a CMakeLists.txt file #105

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

Cannot compile, libappimage/lib/gtest does not contain a CMakeLists.txt file.

Can we make the gtest entirely optional and opt-in?

CMake Error at lib/CMakeLists.txt:8 (add_subdirectory):
  The source directory

    /home/me/libappimage/lib/gtest

  does not contain a CMakeLists.txt file.

-- Checking for module 'glib-2.0>=2.40'
--   Found glib-2.0, version 2.56.1
-- Checking for module 'gobject-2.0>=2.40'
--   Found gobject-2.0, version 2.56.1
-- Checking for module 'gio-2.0>=2.40'
--   Found gio-2.0, version 2.56.1
-- Checking for module 'zlib'
--   Found zlib, version 1.2.11
-- Checking for module 'cairo'
--   Found cairo, version 1.15.10
-- Configuring incomplete, errors occurred!
See also "/home/me/libappimage/build/CMakeFiles/CMakeOutput.log".
probonopd commented 5 years ago

Seems like we need git submodule update --init --recursive? https://github.com/AppImage/libappimage/issues/106