Skip to content

No dependencies for a CMake project #66

Open

Description

metadata

Installed via pip3 install it-depends on a Manjaro system

$ it-depends --version
it-depends version 0.1.1

Issue

I tried It-Depends for a large CMake project, to get to know the tool, but the resulting JSON data was essentially empty:

{
    "cmake:xournalpp": {
        "1.1.0+dev": {
            "dependencies": {},
            "vulnerabilities": [],
            "source": "cmake",
            "is_source_package": true
        }
    }
}

(This is for a large, publicly available project xournalpp)
It does give a lot of informational output, but starts with the suspicious info resolving .: 0 dependencies:

resolving .: 0 dependencies [00:00, ? dependencies/s]2022-02-10 09:07:53 [info     ] Getting dependencies for cmake repo .
2022-02-10 09:08:02 [info     ] Processing CMAKE command find_package ['Git']
2022-02-10 09:08:02 [info     ] Rebuilding global apt package list.
2022-02-10 09:08:02 [info     ] Processing CMAKE command find_package ['CXX17', 'REQUIRED', 'COMPONENTS', 'optional']
2022-02-10 09:08:02 [info     ] Processing CMAKE command check_include_file_cxx ['optional', 'CXX_OPTIONAL_FOUND']
2022-02-10 09:08:02 [info     ] Processing CMAKE command find_package ['Filesystem', 'REQUIRED', 'COMPONENTS', 'ghc', 'Final', 'Experimental']
2022-02-10 09:08:02 [info     ] Processing CMAKE command check_include_file_cxx ['filesystem', '_CXX_FILESYSTEM_HAVE_HEADER']
2022-02-10 09:08:02 [info     ] Processing CMAKE command find_package ['Backtrace']
2022-02-10 09:08:02 [info     ] Processing CMAKE command find_path ['Backtrace_INCLUDE_DIR', 'execinfo.h']
2022-02-10 09:08:02 [info     ] Processing CMAKE command pkg_check_modules ['ExternalModules', 'REQUIRED', 'IMPORTED_TARGET', 'glib-2.0', '>=', '2.32.0', 'gtk+-3.0', '>=', '3.18.9', 'poppler-glib', '>=', '0.41.0', 'gthread-2.0', '>=', '2.4.0', 'libxml-2.0', '>=', '2.0.0', 'libzip', '>=', '1.0.1', 'portaudiocpp', '>=', '12', 'sndfile', '>=', '1.0.25', 'librsvg-2.0', '>=', '2.40']
2022-02-10 09:08:03 [info     ] Processing CMAKE command _pkg_find_libs ['ExternalModules', '0', '0']
2022-02-10 09:08:03 [warning  ] Not handled _pkg_find_libs ['ExternalModules', '0', '0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gtk-3', 'NAMES', 'gtk-3', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gtk-3', 'NAMES', 'gtk-3']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gdk-3', 'NAMES', 'gdk-3', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gdk-3', 'NAMES', 'gdk-3']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_z', 'NAMES', 'z', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_z', 'NAMES', 'z']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_pangocairo-1.0', 'NAMES', 'pangocairo-1.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_pangocairo-1.0', 'NAMES', 'pangocairo-1.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_pango-1.0', 'NAMES', 'pango-1.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_pango-1.0', 'NAMES', 'pango-1.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_harfbuzz', 'NAMES', 'harfbuzz', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_harfbuzz', 'NAMES', 'harfbuzz']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_atk-1.0', 'NAMES', 'atk-1.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_atk-1.0', 'NAMES', 'atk-1.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_cairo-gobject', 'NAMES', 'cairo-gobject', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_cairo-gobject', 'NAMES', 'cairo-gobject']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_poppler-glib', 'NAMES', 'poppler-glib', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_poppler-glib', 'NAMES', 'poppler-glib']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gthread-2.0', 'NAMES', 'gthread-2.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gthread-2.0', 'NAMES', 'gthread-2.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_glib-2.0', 'NAMES', 'glib-2.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_glib-2.0', 'NAMES', 'glib-2.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_xml2', 'NAMES', 'xml2', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_xml2', 'NAMES', 'xml2']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_zip', 'NAMES', 'zip', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_zip', 'NAMES', 'zip']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_portaudiocpp', 'NAMES', 'portaudiocpp', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_portaudiocpp', 'NAMES', 'portaudiocpp']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_portaudio', 'NAMES', 'portaudio', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_portaudio', 'NAMES', 'portaudio']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_asound', 'NAMES', 'asound', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_asound', 'NAMES', 'asound']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_pthread', 'NAMES', 'pthread', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_pthread', 'NAMES', 'pthread']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_sndfile', 'NAMES', 'sndfile', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_sndfile', 'NAMES', 'sndfile']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_rsvg-2', 'NAMES', 'rsvg-2', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_rsvg-2', 'NAMES', 'rsvg-2']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_m', 'NAMES', 'm', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_m', 'NAMES', 'm']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gio-2.0', 'NAMES', 'gio-2.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gio-2.0', 'NAMES', 'gio-2.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gdk_pixbuf-2.0', 'NAMES', 'gdk_pixbuf-2.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gdk_pixbuf-2.0', 'NAMES', 'gdk_pixbuf-2.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gobject-2.0', 'NAMES', 'gobject-2.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_gobject-2.0', 'NAMES', 'gobject-2.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_glib-2.0', 'NAMES', 'glib-2.0', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_glib-2.0', 'NAMES', 'glib-2.0']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_cairo', 'NAMES', 'cairo', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_ExternalModules_cairo', 'NAMES', 'cairo']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_package ['ZLIB', 'REQUIRED']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['ZLIB_INCLUDE_DIR', 'NAMES', 'zlib.h', 'PATHS', '[HKEY_LOCAL_MACHINE\\SOFTWARE\\GnuWin32\\Zlib', 'InstallPath]', '/zlib', '/zlib', 'PATH_SUFFIXES', 'include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['ZLIB_LIBRARY_RELEASE', 'NAMES', 'z', 'zlib', 'zdll', 'zlib1', 'zlibstatic', 'NAMES_PER_DIR', 'PATHS', '[HKEY_LOCAL_MACHINE\\SOFTWARE\\GnuWin32\\Zlib', 'InstallPath]', '/zlib', '/zlib', 'PATH_SUFFIXES', 'lib']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_library ['ZLIB_LIBRARY_DEBUG', 'NAMES', 'zd', 'zlibd', 'zdlld', 'zlibd1', 'zlib1d', 'zlibstaticd', 'NAMES_PER_DIR', 'PATHS', '[HKEY_LOCAL_MACHINE\\SOFTWARE\\GnuWin32\\Zlib', 'InstallPath]', '/zlib', '/zlib', 'PATH_SUFFIXES', 'lib']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_package ['Threads', 'REQUIRED']
2022-02-10 09:08:03 [info     ] Processing CMAKE command check_include_file ['pthread.h', 'CMAKE_HAVE_PTHREAD_H']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_package ['X11']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_X11_INCLUDE_PATH', 'X11/X.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_Xlib_INCLUDE_PATH', 'X11/Xlib.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_ICE_INCLUDE_PATH', 'X11/ICE/ICE.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_SM_INCLUDE_PATH', 'X11/SM/SM.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_Xaccessrules_INCLUDE_PATH', 'X11/extensions/XKBrules.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_Xaccessstr_INCLUDE_PATH', 'X11/extensions/XKBstr.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_Xau_INCLUDE_PATH', 'X11/Xauth.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_Xaw_INCLUDE_PATH', 'X11/Xaw/Intrinsic.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:03 [info     ] Processing CMAKE command find_path ['X11_xcb_INCLUDE_PATH', 'xcb/xcb.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_X11_xcb_INCLUDE_PATH', 'X11/Xlib-xcb.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_xcb_icccm_INCLUDE_PATH', 'xcb/xcb_icccm.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_xcb_util_INCLUDE_PATH', 'xcb/xcb_aux.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_xcb_xfixes_INCLUDE_PATH', 'xcb/xfixes.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xcomposite_INCLUDE_PATH', 'X11/extensions/Xcomposite.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xcursor_INCLUDE_PATH', 'X11/Xcursor/Xcursor.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xdamage_INCLUDE_PATH', 'X11/extensions/Xdamage.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xdmcp_INCLUDE_PATH', 'X11/Xdmcp.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xext_INCLUDE_PATH', 'X11/extensions/Xext.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_dpms_INCLUDE_PATH', 'X11/extensions/dpms.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xxf86misc_INCLUDE_PATH', 'X11/extensions/xf86misc.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xxf86vm_INCLUDE_PATH', 'X11/extensions/xf86vmode.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xfixes_INCLUDE_PATH', 'X11/extensions/Xfixes.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xft_INCLUDE_PATH', 'X11/Xft/Xft.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xi_INCLUDE_PATH', 'X11/extensions/XInput.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xinerama_INCLUDE_PATH', 'X11/extensions/Xinerama.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xkb_INCLUDE_PATH', 'X11/extensions/XKB.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_xkbcommon_INCLUDE_PATH', 'xkbcommon/xkbcommon.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_xkbcommon_X11_INCLUDE_PATH', 'xkbcommon/xkbcommon-x11.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_Xkblib_INCLUDE_PATH', 'X11/XKBlib.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:04 [info     ] Processing CMAKE command find_path ['X11_xkbfile_INCLUDE_PATH', 'X11/extensions/XKBfile.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xmu_INCLUDE_PATH', 'X11/Xmu/Xmu.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xpm_INCLUDE_PATH', 'X11/xpm.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xtst_INCLUDE_PATH', 'X11/extensions/XTest.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_XShm_INCLUDE_PATH', 'X11/extensions/XShm.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xrandr_INCLUDE_PATH', 'X11/extensions/Xrandr.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xrender_INCLUDE_PATH', 'X11/extensions/Xrender.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_XRes_INCLUDE_PATH', 'X11/extensions/XRes.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xss_INCLUDE_PATH', 'X11/extensions/scrnsaver.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xshape_INCLUDE_PATH', 'X11/extensions/shape.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xutil_INCLUDE_PATH', 'X11/Xutil.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xt_INCLUDE_PATH', 'X11/Intrinsic.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_Xv_INCLUDE_PATH', 'X11/extensions/Xvlib.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['X11_XSync_INCLUDE_PATH', 'X11/extensions/sync.h', '/usr/pkg/xorg/include', '/usr/X11R6/include', '/usr/X11R7/include', '/usr/include/X11', '/usr/openwin/include', '/usr/openwin/share/include', '/opt/graphics/OpenGL/include', '/opt/X11/include']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_X11_LIB', 'X11', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_ICE_LIB', 'ICE', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_SM_LIB', 'SM', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xau_LIB', 'Xau', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xaw_LIB', 'Xaw', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_xcb_LIB', 'xcb', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_X11_xcb_LIB', 'X11-xcb', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_xcb_icccm_LIB', 'xcb-icccm', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_xcb_util_LIB', 'xcb-util', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_xcb_xfixes_LIB', 'xcb-xfixes', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_xcb_xkb_LIB', 'xcb-xkb', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xcomposite_LIB', 'Xcomposite', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xcursor_LIB', 'Xcursor', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xdamage_LIB', 'Xdamage', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xdmcp_LIB', 'Xdmcp', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xext_LIB', 'Xext', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xfixes_LIB', 'Xfixes', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xft_LIB', 'Xft', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xi_LIB', 'Xi', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xinerama_LIB', 'Xinerama', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_xkbcommon_LIB', 'xkbcommon', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_xkbcommon_X11_LIB', 'xkbcommon-x11', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_xkbfile_LIB', 'xkbfile', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xmu_LIB', 'Xmu', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xpm_LIB', 'Xpm', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xrandr_LIB', 'Xrandr', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xrender_LIB', 'Xrender', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_XRes_LIB', 'XRes', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xss_LIB', 'Xss', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xt_LIB', 'Xt', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xtst_LIB', 'Xtst', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xv_LIB', 'Xv', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xxf86misc_LIB', 'Xxf86misc', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['X11_Xxf86vm_LIB', 'Xxf86vm', '/usr/pkg/xorg/lib', '/usr/X11R6/lib', '/usr/X11R7/lib', '/usr/openwin/lib', '/opt/X11/lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_package ['Freetype', 'QUIET']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['FREETYPE_INCLUDE_DIR_ft2build', 'ft2build.h', 'HINTS', 'ENV', 'FREETYPE_DIR', 'PATHS', 'ENV', 'GTKMM_BASEPATH', '[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4', 'Path]', '[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4', 'Path]', 'PATH_SUFFIXES', 'include/freetype2', 'include', 'freetype2']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_path ['FREETYPE_INCLUDE_DIR_freetype2', 'NAMES', 'freetype/config/ftheader.h', 'config/ftheader.h', 'HINTS', 'ENV', 'FREETYPE_DIR', 'PATHS', 'ENV', 'GTKMM_BASEPATH', '[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4', 'Path]', '[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4', 'Path]', 'PATH_SUFFIXES', 'include/freetype2', 'include', 'freetype2']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['FREETYPE_LIBRARY_RELEASE', 'NAMES', 'freetype', 'libfreetype', 'freetype219', 'HINTS', 'ENV', 'FREETYPE_DIR', 'PATHS', 'ENV', 'GTKMM_BASEPATH', '[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4', 'Path]', '[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4', 'Path]', 'PATH_SUFFIXES', 'lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['FREETYPE_LIBRARY_DEBUG', 'NAMES', 'freetyped', 'libfreetyped', 'freetype219d', 'HINTS', 'ENV', 'FREETYPE_DIR', 'PATHS', 'ENV', 'GTKMM_BASEPATH', '[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4', 'Path]', '[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4', 'Path]', 'PATH_SUFFIXES', 'lib']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_package ['Fontconfig', 'QUIET']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_package ['PkgConfig', 'QUIET']
2022-02-10 09:08:05 [info     ] Processing CMAKE command pkg_check_modules ['PKG_FONTCONFIG', 'QUIET', 'fontconfig']
2022-02-10 09:08:05 [info     ] Processing CMAKE command _pkg_find_libs ['PKG_FONTCONFIG', '0', '0']
2022-02-10 09:08:05 [warning  ] Not handled _pkg_find_libs ['PKG_FONTCONFIG', '0', '0']
2022-02-10 09:08:05 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_PKG_FONTCONFIG_fontconfig', 'NAMES', 'fontconfig', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_PKG_FONTCONFIG_fontconfig', 'NAMES', 'fontconfig']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_PKG_FONTCONFIG_freetype', 'NAMES', 'freetype', 'HINTS', '/usr/lib', 'NO_DEFAULT_PATH']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_library ['pkgcfg_lib_PKG_FONTCONFIG_freetype', 'NAMES', 'freetype']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['Fontconfig_INCLUDE_DIR', 'NAMES', 'fontconfig/fontconfig.h', 'HINTS', '/usr/include/freetype2', '/usr/include/libpng16', '/usr/include/harfbuzz', '/usr/include/glib-2.0', '/usr/lib/glib-2.0/include', '/usr/include/sysprof-4', '/usr/X11/include']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_library ['Fontconfig_LIBRARY', 'NAMES', 'fontconfig', 'PATHS', '/usr/lib']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_package ['Lua', '5.3']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'include']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'lua']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'include/lua']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'lua54']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'include/lua54']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'lua5.4']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'include/lua5.4']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'lua-5.4']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'include/lua-5.4']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'lua53']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'include/lua53']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_path ['LUA_INCLUDE_DIR', 'lua.h', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'lua5.3']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_library ['LUA_LIBRARY', 'NAMES', 'lua53', 'lua5.3', 'lua-5.3', 'lua.5.3', 'lua', 'NAMES_PER_DIR', 'HINTS', 'ENV', 'LUA_DIR', 'PATH_SUFFIXES', 'lib']
2022-02-10 09:08:06 [info     ] Processing CMAKE command find_library ['LUA_MATH_LIBRARY', 'm']
  • trying a Go project I got roughly the information I expected
  • looking through the --help output I can't see any flags I've failed to set?
  • but it looks like it handles the CMake config alright, so I'm confused why all the evident dependencies are omitted from the JSON output?

Am I misunderstanding the tool?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions