summaryrefslogtreecommitdiff
path: root/raveos-calamares-module/wifi/build
diff options
context:
space:
mode:
authornippy <you@example.com>2026-04-12 16:43:55 +0200
committernippy <you@example.com>2026-04-12 16:43:55 +0200
commit8e94c144b376015cf67750bbf2727204c4bb213b (patch)
tree8961ba989c1b4cf9fa3d7174d1e29ec3324b9362 /raveos-calamares-module/wifi/build
parente023d81615abfeaaac7a22807f7d722072280ea8 (diff)
downloadRaveOS-PKGBUILD-8e94c144b376015cf67750bbf2727204c4bb213b.tar.gz
RaveOS-PKGBUILD-8e94c144b376015cf67750bbf2727204c4bb213b.zip
update Live
Diffstat (limited to 'raveos-calamares-module/wifi/build')
-rw-r--r--raveos-calamares-module/wifi/build/CMakeCache.txt1617
-rw-r--r--raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeCCompiler.cmake84
-rw-r--r--raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeCXXCompiler.cmake108
-rwxr-xr-xraveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeDetermineCompilerABI_C.binbin0 -> 15952 bytes
-rwxr-xr-xraveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeDetermineCompilerABI_CXX.binbin0 -> 15976 bytes
-rw-r--r--raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeSystem.cmake15
-rw-r--r--raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/CMakeCCompilerId.c934
-rwxr-xr-xraveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/a.outbin0 -> 16016 bytes
-rw-r--r--raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp949
-rwxr-xr-xraveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/a.outbin0 -> 16024 bytes
-rw-r--r--raveos-calamares-module/wifi/build/CMakeFiles/CMakeConfigureLog.yaml7787
-rw-r--r--raveos-calamares-module/wifi/build/CMakeFiles/cmake.check_cache1
12 files changed, 11495 insertions, 0 deletions
diff --git a/raveos-calamares-module/wifi/build/CMakeCache.txt b/raveos-calamares-module/wifi/build/CMakeCache.txt
new file mode 100644
index 0000000..776f6f4
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeCache.txt
@@ -0,0 +1,1617 @@
+# This is the CMakeCache file.
+# For build in directory: /home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build
+# It was generated by CMake: /usr/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Path to a program.
+CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/usr/bin/ar
+
+//Choose the type of build, options are: None Debug Release RelWithDebInfo
+// MinSizeRel ...
+CMAKE_BUILD_TYPE:STRING=
+
+//Enable/Disable color output during build.
+CMAKE_COLOR_MAKEFILE:BOOL=ON
+
+//CXX compiler
+CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
+
+//A wrapper around 'ar' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
+
+//A wrapper around 'ranlib' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
+
+//Flags used by the CXX compiler during all build types.
+CMAKE_CXX_FLAGS:STRING=
+
+//Flags used by the CXX compiler during DEBUG builds.
+CMAKE_CXX_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the CXX compiler during MINSIZEREL builds.
+CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the CXX compiler during RELEASE builds.
+CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the CXX compiler during RELWITHDEBINFO builds.
+CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//C compiler
+CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
+
+//A wrapper around 'ar' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
+
+//A wrapper around 'ranlib' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
+
+//Flags used by the C compiler during all build types.
+CMAKE_C_FLAGS:STRING=
+
+//Flags used by the C compiler during DEBUG builds.
+CMAKE_C_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the C compiler during MINSIZEREL builds.
+CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the C compiler during RELEASE builds.
+CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the C compiler during RELWITHDEBINFO builds.
+CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//Path to a program.
+CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
+
+//Flags used by the linker during all build types.
+CMAKE_EXE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during DEBUG builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during MINSIZEREL builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during RELEASE builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during RELWITHDEBINFO builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
+
+//Value Computed by CMake.
+CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects
+
+//User executables (bin)
+CMAKE_INSTALL_BINDIR:PATH=bin
+
+//Read-only architecture-independent data (DATAROOTDIR)
+CMAKE_INSTALL_DATADIR:PATH=
+
+//Read-only architecture-independent data root (share)
+CMAKE_INSTALL_DATAROOTDIR:PATH=share
+
+//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
+CMAKE_INSTALL_DOCDIR:PATH=
+
+//C header files (include)
+CMAKE_INSTALL_INCLUDEDIR:PATH=include
+
+//Info documentation (DATAROOTDIR/info)
+CMAKE_INSTALL_INFODIR:PATH=
+
+//Object code libraries (lib)
+CMAKE_INSTALL_LIBDIR:PATH=lib
+
+//Program executables (libexec)
+CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
+
+//Locale-dependent data (DATAROOTDIR/locale)
+CMAKE_INSTALL_LOCALEDIR:PATH=
+
+//Modifiable single-machine data (var)
+CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
+
+//Man documentation (DATAROOTDIR/man)
+CMAKE_INSTALL_MANDIR:PATH=
+
+//C header files for non-gcc (/usr/include)
+CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//Run-time variable data (LOCALSTATEDIR/run)
+CMAKE_INSTALL_RUNSTATEDIR:PATH=
+
+//System admin executables (sbin)
+CMAKE_INSTALL_SBINDIR:PATH=sbin
+
+//Modifiable architecture-independent data (com)
+CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
+
+//Read-only single-machine data (etc)
+CMAKE_INSTALL_SYSCONFDIR:PATH=etc
+
+//Path to a program.
+CMAKE_LINKER:FILEPATH=/usr/bin/ld
+
+//Path to a program.
+CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
+
+//Flags used by the linker during the creation of modules during
+// all build types.
+CMAKE_MODULE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of modules during
+// DEBUG builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of modules during
+// MINSIZEREL builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELEASE builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELWITHDEBINFO builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_NM:FILEPATH=/usr/bin/nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
+
+//Value Computed by CMake
+CMAKE_PROJECT_COMPAT_VERSION:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_DESCRIPTION:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=Project
+
+//Value Computed by CMake
+CMAKE_PROJECT_SPDX_LICENSE:STATIC=
+
+//Path to a program.
+CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
+
+//Path to a program.
+CMAKE_READELF:FILEPATH=/usr/bin/readelf
+
+//Flags used by the linker during the creation of shared libraries
+// during all build types.
+CMAKE_SHARED_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during DEBUG builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during MINSIZEREL builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELEASE builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELWITHDEBINFO builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Flags used by the archiver during the creation of static libraries
+// during all build types.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the archiver during the creation of static libraries
+// during DEBUG builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the archiver during the creation of static libraries
+// during MINSIZEREL builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the archiver during the creation of static libraries
+// during RELEASE builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the archiver during the creation of static libraries
+// during RELWITHDEBINFO builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/usr/bin/strip
+
+//Path to a program.
+CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make. This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
+
+//Path to a file.
+OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_GLES2_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_GLES3_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_GLU_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a library.
+OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/libEGL.so
+
+//Path to a library.
+OPENGL_gles2_LIBRARY:FILEPATH=/usr/lib/libGLESv2.so
+
+//Path to a library.
+OPENGL_gles3_LIBRARY:FILEPATH=/usr/lib/libGLESv2.so
+
+//Path to a library.
+OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so
+
+//Path to a library.
+OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/libGLX.so
+
+//Path to a library.
+OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/libOpenGL.so
+
+//Path to a file.
+OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND
+
+//Value Computed by CMake
+Project_BINARY_DIR:STATIC=/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build
+
+//Value Computed by CMake
+Project_IS_TOP_LEVEL:STATIC=ON
+
+//Value Computed by CMake
+Project_SOURCE_DIR:STATIC=/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi
+
+//Additional directories where find(Qt6 ...) host Qt components
+// are searched
+QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING=
+
+//Additional directories where find(Qt6 ...) components are searched
+QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING=
+
+//The directory containing a CMake configuration file for Qt6Concurrent.
+Qt6Concurrent_DIR:PATH=/usr/lib/cmake/Qt6Concurrent
+
+//The directory containing a CMake configuration file for Qt6CoreTools.
+Qt6CoreTools_DIR:PATH=/usr/lib/cmake/Qt6CoreTools
+
+//The directory containing a CMake configuration file for Qt6Core.
+Qt6Core_DIR:PATH=/usr/lib/cmake/Qt6Core
+
+//The directory containing a CMake configuration file for Qt6DBusTools.
+Qt6DBusTools_DIR:PATH=/usr/lib/cmake/Qt6DBusTools
+
+//The directory containing a CMake configuration file for Qt6DBus.
+Qt6DBus_DIR:PATH=/usr/lib/cmake/Qt6DBus
+
+//The directory containing a CMake configuration file for Qt6ExamplesAssetDownloaderPrivate.
+Qt6ExamplesAssetDownloaderPrivate_DIR:PATH=/usr/lib/cmake/Qt6ExamplesAssetDownloaderPrivate
+
+//The directory containing a CMake configuration file for Qt6GuiTools.
+Qt6GuiTools_DIR:PATH=/usr/lib/cmake/Qt6GuiTools
+
+//The directory containing a CMake configuration file for Qt6Gui.
+Qt6Gui_DIR:PATH=/usr/lib/cmake/Qt6Gui
+
+//The directory containing a CMake configuration file for Qt6Network.
+Qt6Network_DIR:PATH=/usr/lib/cmake/Qt6Network
+
+//The directory containing a CMake configuration file for Qt6OpenGL.
+Qt6OpenGL_DIR:PATH=/usr/lib/cmake/Qt6OpenGL
+
+//The directory containing a CMake configuration file for Qt6QmlAssetDownloader.
+Qt6QmlAssetDownloader_DIR:PATH=/usr/lib/cmake/Qt6QmlAssetDownloader
+
+//The directory containing a CMake configuration file for Qt6QmlCompilerPlusPrivateTools.
+Qt6QmlCompilerPlusPrivateTools_DIR:PATH=Qt6QmlCompilerPlusPrivateTools_DIR-NOTFOUND
+
+//The directory containing a CMake configuration file for Qt6QmlIntegration.
+Qt6QmlIntegration_DIR:PATH=/usr/lib/cmake/Qt6QmlIntegration
+
+//The directory containing a CMake configuration file for Qt6QmlMeta.
+Qt6QmlMeta_DIR:PATH=/usr/lib/cmake/Qt6QmlMeta
+
+//The directory containing a CMake configuration file for Qt6QmlModels.
+Qt6QmlModels_DIR:PATH=/usr/lib/cmake/Qt6QmlModels
+
+//The directory containing a CMake configuration file for Qt6QmlTools.
+Qt6QmlTools_DIR:PATH=/usr/lib/cmake/Qt6QmlTools
+
+//The directory containing a CMake configuration file for Qt6QmlWorkerScript.
+Qt6QmlWorkerScript_DIR:PATH=/usr/lib/cmake/Qt6QmlWorkerScript
+
+//The directory containing a CMake configuration file for Qt6Qml.
+Qt6Qml_DIR:PATH=/usr/lib/cmake/Qt6Qml
+
+//The directory containing a CMake configuration file for Qt6QuickTools.
+Qt6QuickTools_DIR:PATH=/usr/lib/cmake/Qt6QuickTools
+
+//The directory containing a CMake configuration file for Qt6QuickWidgets.
+Qt6QuickWidgets_DIR:PATH=/usr/lib/cmake/Qt6QuickWidgets
+
+//The directory containing a CMake configuration file for Qt6Quick.
+Qt6Quick_DIR:PATH=/usr/lib/cmake/Qt6Quick
+
+//The directory containing a CMake configuration file for Qt6WidgetsTools.
+Qt6WidgetsTools_DIR:PATH=/usr/lib/cmake/Qt6WidgetsTools
+
+//The directory containing a CMake configuration file for Qt6Widgets.
+Qt6Widgets_DIR:PATH=/usr/lib/cmake/Qt6Widgets
+
+//The directory containing a CMake configuration file for Qt6.
+Qt6_DIR:PATH=/usr/lib/cmake/Qt6
+
+//Path to a program.
+Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=/bin/glslangValidator
+
+//Path to a program.
+Vulkan_GLSLC_EXECUTABLE:FILEPATH=/bin/glslc
+
+//Path to a file.
+Vulkan_INCLUDE_DIR:PATH=Vulkan_INCLUDE_DIR-NOTFOUND
+
+//Path to a library.
+Vulkan_LIBRARY:FILEPATH=/lib/libvulkan.so
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//ADVANCED property for variable: CMAKE_ADDR2LINE
+CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_AR
+CMAKE_AR-ADVANCED:INTERNAL=1
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
+//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
+CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
+//ADVANCED property for variable: CMAKE_CXX_COMPILER
+CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
+CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
+CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS
+CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
+CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
+CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
+CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
+CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER
+CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER_AR
+CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
+CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS
+CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
+CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
+CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
+CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
+CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_DLLTOOL
+CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
+//Path to cache edit program executable.
+CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
+//Executable file format
+CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of external makefile project generator.
+CMAKE_EXTRA_GENERATOR:INTERNAL=
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Unix Makefiles
+//Generator instance identifier.
+CMAKE_GENERATOR_INSTANCE:INTERNAL=
+//Name of generator platform.
+CMAKE_GENERATOR_PLATFORM:INTERNAL=
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Test CMAKE_HAVE_LIBC_PTHREAD
+CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
+//Source directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi
+//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
+CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
+CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
+CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
+CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
+CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
+CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
+CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
+CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
+CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
+CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
+CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
+CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
+CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
+CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
+CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
+//Install .so files without execute permission.
+CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
+//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
+CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_LINKER
+CMAKE_LINKER-ADVANCED:INTERNAL=1
+//Name of CMakeLists files to read
+CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
+//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
+CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_NM
+CMAKE_NM-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJCOPY
+CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJDUMP
+CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
+//Platform information initialized
+CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_RANLIB
+CMAKE_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_READELF
+CMAKE_READELF-ADVANCED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/usr/share/cmake
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
+CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
+CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
+CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STRIP
+CMAKE_STRIP-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_TAPI
+CMAKE_TAPI-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/usr/bin/uname
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//Details about finding OpenGL
+FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][ ][v()]
+//Details about finding Threads
+FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
+//Details about finding WrapAtomic
+FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()]
+//Details about finding WrapOpenGL
+FIND_PACKAGE_MESSAGE_DETAILS_WrapOpenGL:INTERNAL=[ON][v()]
+//Test HAVE_STDATOMIC
+HAVE_STDATOMIC:INTERNAL=1
+//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR
+OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_GLES2_INCLUDE_DIR
+OPENGL_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_GLES3_INCLUDE_DIR
+OPENGL_GLES3_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_GLU_INCLUDE_DIR
+OPENGL_GLU_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR
+OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_INCLUDE_DIR
+OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_egl_LIBRARY
+OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_gles2_LIBRARY
+OPENGL_gles2_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_gles3_LIBRARY
+OPENGL_gles3_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_glu_LIBRARY
+OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_glx_LIBRARY
+OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_opengl_LIBRARY
+OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR
+OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//Qt feature: abstractbutton (from target Qt6::Widgets)
+QT_FEATURE_abstractbutton:INTERNAL=ON
+//Qt feature: abstractslider (from target Qt6::Widgets)
+QT_FEATURE_abstractslider:INTERNAL=ON
+//Qt feature: accept4 (from target Qt6::Core)
+QT_FEATURE_accept4:INTERNAL=ON
+//Qt feature: accessibility (from target Qt6::Gui)
+QT_FEATURE_accessibility:INTERNAL=ON
+//Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)
+QT_FEATURE_accessibility_atspi_bridge:INTERNAL=ON
+//Qt feature: action (from target Qt6::Gui)
+QT_FEATURE_action:INTERNAL=ON
+//Qt feature: aesni (from target Qt6::Core)
+QT_FEATURE_aesni:INTERNAL=ON
+//Qt feature: android_style_assets (from target Qt6::Core)
+QT_FEATURE_android_style_assets:INTERNAL=OFF
+//Qt feature: animation (from target Qt6::Core)
+QT_FEATURE_animation:INTERNAL=ON
+//Qt feature: appstore_compliant (from target Qt6::Core)
+QT_FEATURE_appstore_compliant:INTERNAL=OFF
+//Qt feature: arm_crc32 (from target Qt6::Core)
+QT_FEATURE_arm_crc32:INTERNAL=OFF
+//Qt feature: arm_crypto (from target Qt6::Core)
+QT_FEATURE_arm_crypto:INTERNAL=OFF
+//Qt feature: arm_sve (from target Qt6::Core)
+QT_FEATURE_arm_sve:INTERNAL=OFF
+//Qt feature: avx (from target Qt6::Core)
+QT_FEATURE_avx:INTERNAL=ON
+//Qt feature: avx2 (from target Qt6::Core)
+QT_FEATURE_avx2:INTERNAL=ON
+//Qt feature: avx512bw (from target Qt6::Core)
+QT_FEATURE_avx512bw:INTERNAL=ON
+//Qt feature: avx512cd (from target Qt6::Core)
+QT_FEATURE_avx512cd:INTERNAL=ON
+//Qt feature: avx512dq (from target Qt6::Core)
+QT_FEATURE_avx512dq:INTERNAL=ON
+//Qt feature: avx512er (from target Qt6::Core)
+QT_FEATURE_avx512er:INTERNAL=ON
+//Qt feature: avx512f (from target Qt6::Core)
+QT_FEATURE_avx512f:INTERNAL=ON
+//Qt feature: avx512ifma (from target Qt6::Core)
+QT_FEATURE_avx512ifma:INTERNAL=ON
+//Qt feature: avx512pf (from target Qt6::Core)
+QT_FEATURE_avx512pf:INTERNAL=ON
+//Qt feature: avx512vbmi (from target Qt6::Core)
+QT_FEATURE_avx512vbmi:INTERNAL=ON
+//Qt feature: avx512vbmi2 (from target Qt6::Core)
+QT_FEATURE_avx512vbmi2:INTERNAL=ON
+//Qt feature: avx512vl (from target Qt6::Core)
+QT_FEATURE_avx512vl:INTERNAL=ON
+//Qt feature: backtrace (from target Qt6::Core)
+QT_FEATURE_backtrace:INTERNAL=ON
+//Qt feature: broken_threadlocal_dtors (from target Qt6::Core)
+QT_FEATURE_broken_threadlocal_dtors:INTERNAL=OFF
+//Qt feature: brotli (from target Qt6::Network)
+QT_FEATURE_brotli:INTERNAL=ON
+//Qt feature: buttongroup (from target Qt6::Widgets)
+QT_FEATURE_buttongroup:INTERNAL=ON
+//Qt feature: calendarwidget (from target Qt6::Widgets)
+QT_FEATURE_calendarwidget:INTERNAL=ON
+//Qt feature: cborstreamreader (from target Qt6::Core)
+QT_FEATURE_cborstreamreader:INTERNAL=ON
+//Qt feature: cborstreamwriter (from target Qt6::Core)
+QT_FEATURE_cborstreamwriter:INTERNAL=ON
+//Qt feature: checkbox (from target Qt6::Widgets)
+QT_FEATURE_checkbox:INTERNAL=ON
+//Qt feature: clipboard (from target Qt6::Gui)
+QT_FEATURE_clipboard:INTERNAL=ON
+//Qt feature: clock_gettime (from target Qt6::Core)
+QT_FEATURE_clock_gettime:INTERNAL=ON
+//Qt feature: clock_monotonic (from target Qt6::Core)
+QT_FEATURE_clock_monotonic:INTERNAL=ON
+//Qt feature: colordialog (from target Qt6::Widgets)
+QT_FEATURE_colordialog:INTERNAL=ON
+//Qt feature: colornames (from target Qt6::Gui)
+QT_FEATURE_colornames:INTERNAL=ON
+//Qt feature: columnview (from target Qt6::Widgets)
+QT_FEATURE_columnview:INTERNAL=ON
+//Qt feature: combobox (from target Qt6::Widgets)
+QT_FEATURE_combobox:INTERNAL=ON
+//Qt feature: commandlineparser (from target Qt6::Core)
+QT_FEATURE_commandlineparser:INTERNAL=ON
+//Qt feature: commandlinkbutton (from target Qt6::Widgets)
+QT_FEATURE_commandlinkbutton:INTERNAL=ON
+//Qt feature: completer (from target Qt6::Widgets)
+QT_FEATURE_completer:INTERNAL=ON
+//Qt feature: concatenatetablesproxymodel (from target Qt6::Core)
+QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON
+//Qt feature: concurrent (from target Qt6::Core)
+QT_FEATURE_concurrent:INTERNAL=ON
+//Qt feature: contextmenu (from target Qt6::Widgets)
+QT_FEATURE_contextmenu:INTERNAL=ON
+//Qt feature: copy_file_range (from target Qt6::Core)
+QT_FEATURE_copy_file_range:INTERNAL=ON
+//Qt feature: cpp_winrt (from target Qt6::Core)
+QT_FEATURE_cpp_winrt:INTERNAL=OFF
+//Qt feature: cross_compile (from target Qt6::Core)
+QT_FEATURE_cross_compile:INTERNAL=OFF
+//Qt feature: cssparser (from target Qt6::Gui)
+QT_FEATURE_cssparser:INTERNAL=ON
+//Qt feature: ctf (from target Qt6::Core)
+QT_FEATURE_ctf:INTERNAL=OFF
+//Qt feature: cursor (from target Qt6::Gui)
+QT_FEATURE_cursor:INTERNAL=ON
+//Qt feature: cxx11_future (from target Qt6::Core)
+QT_FEATURE_cxx11_future:INTERNAL=ON
+//Qt feature: cxx17_filesystem (from target Qt6::Core)
+QT_FEATURE_cxx17_filesystem:INTERNAL=ON
+//Qt feature: cxx20 (from target Qt6::Core)
+QT_FEATURE_cxx20:INTERNAL=OFF
+//Qt feature: cxx20_format (from target Qt6::Core)
+QT_FEATURE_cxx20_format:INTERNAL=ON
+//Qt feature: cxx23_stacktrace (from target Qt6::Core)
+QT_FEATURE_cxx23_stacktrace:INTERNAL=OFF
+//Qt feature: cxx2a (from target Qt6::Core)
+QT_FEATURE_cxx2a:INTERNAL=OFF
+//Qt feature: cxx2b (from target Qt6::Core)
+QT_FEATURE_cxx2b:INTERNAL=OFF
+//Qt feature: cxx2c (from target Qt6::Core)
+QT_FEATURE_cxx2c:INTERNAL=OFF
+//Qt feature: datawidgetmapper (from target Qt6::Widgets)
+QT_FEATURE_datawidgetmapper:INTERNAL=ON
+//Qt feature: datestring (from target Qt6::Core)
+QT_FEATURE_datestring:INTERNAL=ON
+//Qt feature: datetimeedit (from target Qt6::Widgets)
+QT_FEATURE_datetimeedit:INTERNAL=ON
+//Qt feature: datetimeparser (from target Qt6::Core)
+QT_FEATURE_datetimeparser:INTERNAL=ON
+//Qt feature: dbus (from target Qt6::Core)
+QT_FEATURE_dbus:INTERNAL=ON
+//Qt feature: dbus_linked (from target Qt6::Core)
+QT_FEATURE_dbus_linked:INTERNAL=ON
+//Qt feature: debug (from target Qt6::Core)
+QT_FEATURE_debug:INTERNAL=OFF
+//Qt feature: debug_and_release (from target Qt6::Core)
+QT_FEATURE_debug_and_release:INTERNAL=OFF
+//Qt feature: desktopservices (from target Qt6::Gui)
+QT_FEATURE_desktopservices:INTERNAL=ON
+//Qt feature: developer_build (from target Qt6::Core)
+QT_FEATURE_developer_build:INTERNAL=OFF
+//Qt feature: dial (from target Qt6::Widgets)
+QT_FEATURE_dial:INTERNAL=ON
+//Qt feature: dialog (from target Qt6::Widgets)
+QT_FEATURE_dialog:INTERNAL=ON
+//Qt feature: dialogbuttonbox (from target Qt6::Widgets)
+QT_FEATURE_dialogbuttonbox:INTERNAL=ON
+//Qt feature: direct2d (from target Qt6::Gui)
+QT_FEATURE_direct2d:INTERNAL=OFF
+//Qt feature: direct2d1_1 (from target Qt6::Gui)
+QT_FEATURE_direct2d1_1:INTERNAL=OFF
+//Qt feature: directfb (from target Qt6::Gui)
+QT_FEATURE_directfb:INTERNAL=OFF
+//Qt feature: directwrite (from target Qt6::Gui)
+QT_FEATURE_directwrite:INTERNAL=OFF
+//Qt feature: directwrite3 (from target Qt6::Gui)
+QT_FEATURE_directwrite3:INTERNAL=OFF
+//Qt feature: directwritecolrv1 (from target Qt6::Gui)
+QT_FEATURE_directwritecolrv1:INTERNAL=OFF
+//Qt feature: dladdr (from target Qt6::Core)
+QT_FEATURE_dladdr:INTERNAL=ON
+//Qt feature: dlopen (from target Qt6::Core)
+QT_FEATURE_dlopen:INTERNAL=ON
+//Qt feature: dnslookup (from target Qt6::Network)
+QT_FEATURE_dnslookup:INTERNAL=ON
+//Qt feature: doc_snippets (from target Qt6::Core)
+QT_FEATURE_doc_snippets:INTERNAL=OFF
+//Qt feature: dockwidget (from target Qt6::Widgets)
+QT_FEATURE_dockwidget:INTERNAL=ON
+//Qt feature: doubleconversion (from target Qt6::Core)
+QT_FEATURE_doubleconversion:INTERNAL=ON
+//Qt feature: draganddrop (from target Qt6::Gui)
+QT_FEATURE_draganddrop:INTERNAL=ON
+//Qt feature: drm_atomic (from target Qt6::Gui)
+QT_FEATURE_drm_atomic:INTERNAL=ON
+//Qt feature: dtls (from target Qt6::Network)
+QT_FEATURE_dtls:INTERNAL=ON
+//Qt feature: dup3 (from target Qt6::Core)
+QT_FEATURE_dup3:INTERNAL=ON
+//Qt feature: dynamicgl (from target Qt6::Gui)
+QT_FEATURE_dynamicgl:INTERNAL=OFF
+//Qt feature: easingcurve (from target Qt6::Core)
+QT_FEATURE_easingcurve:INTERNAL=ON
+//Qt feature: effects (from target Qt6::Widgets)
+QT_FEATURE_effects:INTERNAL=ON
+//Qt feature: egl (from target Qt6::Gui)
+QT_FEATURE_egl:INTERNAL=ON
+//Qt feature: egl_extension_platform_wayland (from target Qt6::Gui)
+QT_FEATURE_egl_extension_platform_wayland:INTERNAL=ON
+//Qt feature: egl_x11 (from target Qt6::Gui)
+QT_FEATURE_egl_x11:INTERNAL=ON
+//Qt feature: eglfs (from target Qt6::Gui)
+QT_FEATURE_eglfs:INTERNAL=ON
+//Qt feature: eglfs_brcm (from target Qt6::Gui)
+QT_FEATURE_eglfs_brcm:INTERNAL=OFF
+//Qt feature: eglfs_egldevice (from target Qt6::Gui)
+QT_FEATURE_eglfs_egldevice:INTERNAL=ON
+//Qt feature: eglfs_gbm (from target Qt6::Gui)
+QT_FEATURE_eglfs_gbm:INTERNAL=ON
+//Qt feature: eglfs_mali (from target Qt6::Gui)
+QT_FEATURE_eglfs_mali:INTERNAL=OFF
+//Qt feature: eglfs_openwfd (from target Qt6::Gui)
+QT_FEATURE_eglfs_openwfd:INTERNAL=OFF
+//Qt feature: eglfs_rcar (from target Qt6::Gui)
+QT_FEATURE_eglfs_rcar:INTERNAL=OFF
+//Qt feature: eglfs_viv (from target Qt6::Gui)
+QT_FEATURE_eglfs_viv:INTERNAL=OFF
+//Qt feature: eglfs_viv_wl (from target Qt6::Gui)
+QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF
+//Qt feature: eglfs_vsp2 (from target Qt6::Gui)
+QT_FEATURE_eglfs_vsp2:INTERNAL=OFF
+//Qt feature: eglfs_x11 (from target Qt6::Gui)
+QT_FEATURE_eglfs_x11:INTERNAL=ON
+//Qt feature: elf_private_full_version (from target Qt6::Core)
+QT_FEATURE_elf_private_full_version:INTERNAL=OFF
+//Qt feature: emojisegmenter (from target Qt6::Gui)
+QT_FEATURE_emojisegmenter:INTERNAL=ON
+//Qt feature: enable_new_dtags (from target Qt6::Core)
+QT_FEATURE_enable_new_dtags:INTERNAL=ON
+//Qt feature: errormessage (from target Qt6::Widgets)
+QT_FEATURE_errormessage:INTERNAL=ON
+//Qt feature: etw (from target Qt6::Core)
+QT_FEATURE_etw:INTERNAL=OFF
+//Qt feature: evdev (from target Qt6::Gui)
+QT_FEATURE_evdev:INTERNAL=ON
+//Qt feature: f16c (from target Qt6::Core)
+QT_FEATURE_f16c:INTERNAL=ON
+//Qt feature: filedialog (from target Qt6::Widgets)
+QT_FEATURE_filedialog:INTERNAL=ON
+//Qt feature: filesystemiterator (from target Qt6::Core)
+QT_FEATURE_filesystemiterator:INTERNAL=ON
+//Qt feature: filesystemmodel (from target Qt6::Gui)
+QT_FEATURE_filesystemmodel:INTERNAL=ON
+//Qt feature: filesystemwatcher (from target Qt6::Core)
+QT_FEATURE_filesystemwatcher:INTERNAL=ON
+//Qt feature: fontcombobox (from target Qt6::Widgets)
+QT_FEATURE_fontcombobox:INTERNAL=ON
+//Qt feature: fontconfig (from target Qt6::Gui)
+QT_FEATURE_fontconfig:INTERNAL=ON
+//Qt feature: fontdialog (from target Qt6::Widgets)
+QT_FEATURE_fontdialog:INTERNAL=ON
+//Qt feature: force_asserts (from target Qt6::Core)
+QT_FEATURE_force_asserts:INTERNAL=OFF
+//Qt feature: force_bundled_libs (from target Qt6::Core)
+QT_FEATURE_force_bundled_libs:INTERNAL=OFF
+//Qt feature: force_debug_info (from target Qt6::Core)
+QT_FEATURE_force_debug_info:INTERNAL=ON
+//Qt feature: force_system_libs (from target Qt6::Core)
+QT_FEATURE_force_system_libs:INTERNAL=OFF
+//Qt feature: forkfd_pidfd (from target Qt6::Core)
+QT_FEATURE_forkfd_pidfd:INTERNAL=ON
+//Qt feature: formlayout (from target Qt6::Widgets)
+QT_FEATURE_formlayout:INTERNAL=ON
+//Qt feature: framework (from target Qt6::Core)
+QT_FEATURE_framework:INTERNAL=OFF
+//Qt feature: freetype (from target Qt6::Gui)
+QT_FEATURE_freetype:INTERNAL=ON
+//Qt feature: fscompleter (from target Qt6::Widgets)
+QT_FEATURE_fscompleter:INTERNAL=ON
+//Qt feature: futimens (from target Qt6::Core)
+QT_FEATURE_futimens:INTERNAL=ON
+//Qt feature: future (from target Qt6::Core)
+QT_FEATURE_future:INTERNAL=ON
+//Qt feature: gbm (from target Qt6::Gui)
+QT_FEATURE_gbm:INTERNAL=ON
+//Qt feature: gc_binaries (from target Qt6::Core)
+QT_FEATURE_gc_binaries:INTERNAL=OFF
+//Qt feature: gestures (from target Qt6::Core)
+QT_FEATURE_gestures:INTERNAL=ON
+//Qt feature: getauxval (from target Qt6::Core)
+QT_FEATURE_getauxval:INTERNAL=ON
+//Qt feature: getentropy (from target Qt6::Core)
+QT_FEATURE_getentropy:INTERNAL=ON
+//Qt feature: getifaddrs (from target Qt6::Network)
+QT_FEATURE_getifaddrs:INTERNAL=OFF
+//Qt feature: gif (from target Qt6::Gui)
+QT_FEATURE_gif:INTERNAL=ON
+//Qt feature: glib (from target Qt6::Core)
+QT_FEATURE_glib:INTERNAL=ON
+//Qt feature: glibc_fortify_source (from target Qt6::Core)
+QT_FEATURE_glibc_fortify_source:INTERNAL=ON
+//Qt feature: graphicseffect (from target Qt6::Widgets)
+QT_FEATURE_graphicseffect:INTERNAL=ON
+//Qt feature: graphicsframecapture (from target Qt6::Gui)
+QT_FEATURE_graphicsframecapture:INTERNAL=ON
+//Qt feature: graphicsview (from target Qt6::Widgets)
+QT_FEATURE_graphicsview:INTERNAL=ON
+//Qt feature: groupbox (from target Qt6::Widgets)
+QT_FEATURE_groupbox:INTERNAL=ON
+//Qt feature: gssapi (from target Qt6::Network)
+QT_FEATURE_gssapi:INTERNAL=ON
+//Qt feature: gtk3 (from target Qt6::Widgets)
+QT_FEATURE_gtk3:INTERNAL=ON
+//Qt feature: gui (from target Qt6::Core)
+QT_FEATURE_gui:INTERNAL=ON
+//Qt feature: harfbuzz (from target Qt6::Gui)
+QT_FEATURE_harfbuzz:INTERNAL=ON
+//Qt feature: highdpiscaling (from target Qt6::Gui)
+QT_FEATURE_highdpiscaling:INTERNAL=ON
+//Qt feature: hijricalendar (from target Qt6::Core)
+QT_FEATURE_hijricalendar:INTERNAL=ON
+//Qt feature: http (from target Qt6::Network)
+QT_FEATURE_http:INTERNAL=ON
+//Qt feature: ico (from target Qt6::Gui)
+QT_FEATURE_ico:INTERNAL=ON
+//Qt feature: icu (from target Qt6::Core)
+QT_FEATURE_icu:INTERNAL=ON
+//Qt feature: identityproxymodel (from target Qt6::Core)
+QT_FEATURE_identityproxymodel:INTERNAL=ON
+//Qt feature: im (from target Qt6::Gui)
+QT_FEATURE_im:INTERNAL=ON
+//Qt feature: image_heuristic_mask (from target Qt6::Gui)
+QT_FEATURE_image_heuristic_mask:INTERNAL=ON
+//Qt feature: image_text (from target Qt6::Gui)
+QT_FEATURE_image_text:INTERNAL=ON
+//Qt feature: imageformat_bmp (from target Qt6::Gui)
+QT_FEATURE_imageformat_bmp:INTERNAL=ON
+//Qt feature: imageformat_jpeg (from target Qt6::Gui)
+QT_FEATURE_imageformat_jpeg:INTERNAL=ON
+//Qt feature: imageformat_png (from target Qt6::Gui)
+QT_FEATURE_imageformat_png:INTERNAL=ON
+//Qt feature: imageformat_ppm (from target Qt6::Gui)
+QT_FEATURE_imageformat_ppm:INTERNAL=ON
+//Qt feature: imageformat_xbm (from target Qt6::Gui)
+QT_FEATURE_imageformat_xbm:INTERNAL=ON
+//Qt feature: imageformat_xpm (from target Qt6::Gui)
+QT_FEATURE_imageformat_xpm:INTERNAL=ON
+//Qt feature: imageformatplugin (from target Qt6::Gui)
+QT_FEATURE_imageformatplugin:INTERNAL=ON
+//Qt feature: imageio_text_loading (from target Qt6::Gui)
+QT_FEATURE_imageio_text_loading:INTERNAL=ON
+//Qt feature: inotify (from target Qt6::Core)
+QT_FEATURE_inotify:INTERNAL=ON
+//Qt feature: inputdialog (from target Qt6::Widgets)
+QT_FEATURE_inputdialog:INTERNAL=ON
+//Qt feature: integrityfb (from target Qt6::Gui)
+QT_FEATURE_integrityfb:INTERNAL=OFF
+//Qt feature: integrityhid (from target Qt6::Gui)
+QT_FEATURE_integrityhid:INTERNAL=OFF
+//Qt feature: intelcet (from target Qt6::Core)
+QT_FEATURE_intelcet:INTERNAL=ON
+//Qt feature: ipv6ifname (from target Qt6::Network)
+QT_FEATURE_ipv6ifname:INTERNAL=OFF
+//Qt feature: islamiccivilcalendar (from target Qt6::Core)
+QT_FEATURE_islamiccivilcalendar:INTERNAL=ON
+//Qt feature: itemmodel (from target Qt6::Core)
+QT_FEATURE_itemmodel:INTERNAL=ON
+//Qt feature: itemviews (from target Qt6::Widgets)
+QT_FEATURE_itemviews:INTERNAL=ON
+//Qt feature: jalalicalendar (from target Qt6::Core)
+QT_FEATURE_jalalicalendar:INTERNAL=ON
+//Qt feature: jemalloc (from target Qt6::Core)
+QT_FEATURE_jemalloc:INTERNAL=OFF
+//Qt feature: journald (from target Qt6::Core)
+QT_FEATURE_journald:INTERNAL=ON
+//Qt feature: jpeg (from target Qt6::Gui)
+QT_FEATURE_jpeg:INTERNAL=ON
+//Qt feature: keysequenceedit (from target Qt6::Widgets)
+QT_FEATURE_keysequenceedit:INTERNAL=ON
+//Qt feature: kms (from target Qt6::Gui)
+QT_FEATURE_kms:INTERNAL=ON
+//Qt feature: label (from target Qt6::Widgets)
+QT_FEATURE_label:INTERNAL=ON
+//Qt feature: largefile (from target Qt6::Core)
+QT_FEATURE_largefile:INTERNAL=ON
+//Qt feature: lasx (from target Qt6::Core)
+QT_FEATURE_lasx:INTERNAL=OFF
+//Qt feature: lcdnumber (from target Qt6::Widgets)
+QT_FEATURE_lcdnumber:INTERNAL=ON
+//Qt feature: libcpp_hardening (from target Qt6::Core)
+QT_FEATURE_libcpp_hardening:INTERNAL=OFF
+//Qt feature: libinput (from target Qt6::Gui)
+QT_FEATURE_libinput:INTERNAL=ON
+//Qt feature: libinput_axis_api (from target Qt6::Gui)
+QT_FEATURE_libinput_axis_api:INTERNAL=ON
+//Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)
+QT_FEATURE_libinput_hires_wheel_support:INTERNAL=ON
+//Qt feature: libproxy (from target Qt6::Network)
+QT_FEATURE_libproxy:INTERNAL=ON
+//Qt feature: library (from target Qt6::Core)
+QT_FEATURE_library:INTERNAL=ON
+//Qt feature: libresolv (from target Qt6::Network)
+QT_FEATURE_libresolv:INTERNAL=ON
+//Qt feature: libstdcpp_assertions (from target Qt6::Core)
+QT_FEATURE_libstdcpp_assertions:INTERNAL=ON
+//Qt feature: libudev (from target Qt6::Core)
+QT_FEATURE_libudev:INTERNAL=ON
+//Qt feature: lineedit (from target Qt6::Widgets)
+QT_FEATURE_lineedit:INTERNAL=ON
+//Qt feature: linkat (from target Qt6::Core)
+QT_FEATURE_linkat:INTERNAL=ON
+//Qt feature: linux_netlink (from target Qt6::Network)
+QT_FEATURE_linux_netlink:INTERNAL=ON
+//Qt feature: linuxfb (from target Qt6::Gui)
+QT_FEATURE_linuxfb:INTERNAL=ON
+//Qt feature: listview (from target Qt6::Widgets)
+QT_FEATURE_listview:INTERNAL=ON
+//Qt feature: listwidget (from target Qt6::Widgets)
+QT_FEATURE_listwidget:INTERNAL=ON
+//Qt feature: localserver (from target Qt6::Network)
+QT_FEATURE_localserver:INTERNAL=ON
+//Qt feature: localtime_r (from target Qt6::Core)
+QT_FEATURE_localtime_r:INTERNAL=ON
+//Qt feature: localtime_s (from target Qt6::Core)
+QT_FEATURE_localtime_s:INTERNAL=OFF
+//Qt feature: lsx (from target Qt6::Core)
+QT_FEATURE_lsx:INTERNAL=OFF
+//Qt feature: ltcg (from target Qt6::Core)
+QT_FEATURE_ltcg:INTERNAL=ON
+//Qt feature: lttng (from target Qt6::Core)
+QT_FEATURE_lttng:INTERNAL=OFF
+//Qt feature: mainwindow (from target Qt6::Widgets)
+QT_FEATURE_mainwindow:INTERNAL=ON
+//Qt feature: mdiarea (from target Qt6::Widgets)
+QT_FEATURE_mdiarea:INTERNAL=ON
+//Qt feature: memmem (from target Qt6::Core)
+QT_FEATURE_memmem:INTERNAL=ON
+//Qt feature: memrchr (from target Qt6::Core)
+QT_FEATURE_memrchr:INTERNAL=ON
+//Qt feature: menu (from target Qt6::Widgets)
+QT_FEATURE_menu:INTERNAL=ON
+//Qt feature: menubar (from target Qt6::Widgets)
+QT_FEATURE_menubar:INTERNAL=ON
+//Qt feature: messagebox (from target Qt6::Widgets)
+QT_FEATURE_messagebox:INTERNAL=ON
+//Qt feature: metal (from target Qt6::Gui)
+QT_FEATURE_metal:INTERNAL=OFF
+//Qt feature: mimetype (from target Qt6::Core)
+QT_FEATURE_mimetype:INTERNAL=ON
+//Qt feature: mimetype_database (from target Qt6::Core)
+QT_FEATURE_mimetype_database:INTERNAL=ON
+//Qt feature: mips_dsp (from target Qt6::Core)
+QT_FEATURE_mips_dsp:INTERNAL=OFF
+//Qt feature: mips_dspr2 (from target Qt6::Core)
+QT_FEATURE_mips_dspr2:INTERNAL=OFF
+//Qt feature: movie (from target Qt6::Gui)
+QT_FEATURE_movie:INTERNAL=ON
+//Qt feature: mtdev (from target Qt6::Gui)
+QT_FEATURE_mtdev:INTERNAL=ON
+//Qt feature: multiprocess (from target Qt6::Gui)
+QT_FEATURE_multiprocess:INTERNAL=ON
+//Qt feature: neon (from target Qt6::Core)
+QT_FEATURE_neon:INTERNAL=OFF
+//Qt feature: network (from target Qt6::Core)
+QT_FEATURE_network:INTERNAL=ON
+//Qt feature: networkdiskcache (from target Qt6::Network)
+QT_FEATURE_networkdiskcache:INTERNAL=ON
+//Qt feature: networkinterface (from target Qt6::Network)
+QT_FEATURE_networkinterface:INTERNAL=ON
+//Qt feature: networklistmanager (from target Qt6::Network)
+QT_FEATURE_networklistmanager:INTERNAL=OFF
+//Qt feature: networkproxy (from target Qt6::Network)
+QT_FEATURE_networkproxy:INTERNAL=ON
+//Qt feature: no_direct_extern_access (from target Qt6::Core)
+QT_FEATURE_no_direct_extern_access:INTERNAL=ON
+//Qt feature: ocsp (from target Qt6::Network)
+QT_FEATURE_ocsp:INTERNAL=ON
+//Qt feature: opengl (from target Qt6::Gui)
+QT_FEATURE_opengl:INTERNAL=ON
+//Qt feature: opengles2 (from target Qt6::Gui)
+QT_FEATURE_opengles2:INTERNAL=OFF
+//Qt feature: opengles3 (from target Qt6::Gui)
+QT_FEATURE_opengles3:INTERNAL=OFF
+//Qt feature: opengles31 (from target Qt6::Gui)
+QT_FEATURE_opengles31:INTERNAL=OFF
+//Qt feature: opengles32 (from target Qt6::Gui)
+QT_FEATURE_opengles32:INTERNAL=OFF
+//Qt feature: openssl (from target Qt6::Core)
+QT_FEATURE_openssl:INTERNAL=ON
+//Qt feature: openssl_hash (from target Qt6::Core)
+QT_FEATURE_openssl_hash:INTERNAL=OFF
+//Qt feature: openssl_linked (from target Qt6::Core)
+QT_FEATURE_openssl_linked:INTERNAL=ON
+//Qt feature: opensslv11 (from target Qt6::Core)
+QT_FEATURE_opensslv11:INTERNAL=OFF
+//Qt feature: opensslv30 (from target Qt6::Core)
+QT_FEATURE_opensslv30:INTERNAL=ON
+//Qt feature: openvg (from target Qt6::Gui)
+QT_FEATURE_openvg:INTERNAL=OFF
+//Qt feature: pcre2 (from target Qt6::Core)
+QT_FEATURE_pcre2:INTERNAL=ON
+//Qt feature: pdf (from target Qt6::Gui)
+QT_FEATURE_pdf:INTERNAL=ON
+//Qt feature: permissions (from target Qt6::Core)
+QT_FEATURE_permissions:INTERNAL=ON
+//Qt feature: picture (from target Qt6::Gui)
+QT_FEATURE_picture:INTERNAL=ON
+//Qt feature: pkg_config (from target Qt6::Core)
+QT_FEATURE_pkg_config:INTERNAL=ON
+//Qt feature: plugin_manifest (from target Qt6::Core)
+QT_FEATURE_plugin_manifest:INTERNAL=ON
+//Qt feature: png (from target Qt6::Gui)
+QT_FEATURE_png:INTERNAL=ON
+//Qt feature: poll_exit_on_error (from target Qt6::Core)
+QT_FEATURE_poll_exit_on_error:INTERNAL=OFF
+//Qt feature: poll_poll (from target Qt6::Core)
+QT_FEATURE_poll_poll:INTERNAL=OFF
+//Qt feature: poll_pollts (from target Qt6::Core)
+QT_FEATURE_poll_pollts:INTERNAL=OFF
+//Qt feature: poll_ppoll (from target Qt6::Core)
+QT_FEATURE_poll_ppoll:INTERNAL=ON
+//Qt feature: poll_select (from target Qt6::Core)
+QT_FEATURE_poll_select:INTERNAL=OFF
+//Qt feature: posix_fallocate (from target Qt6::Core)
+QT_FEATURE_posix_fallocate:INTERNAL=ON
+//Qt feature: posix_sem (from target Qt6::Core)
+QT_FEATURE_posix_sem:INTERNAL=ON
+//Qt feature: posix_shm (from target Qt6::Core)
+QT_FEATURE_posix_shm:INTERNAL=ON
+//Qt feature: printsupport (from target Qt6::Core)
+QT_FEATURE_printsupport:INTERNAL=ON
+//Qt feature: private_tests (from target Qt6::Core)
+QT_FEATURE_private_tests:INTERNAL=OFF
+//Qt feature: process (from target Qt6::Core)
+QT_FEATURE_process:INTERNAL=ON
+//Qt feature: processenvironment (from target Qt6::Core)
+QT_FEATURE_processenvironment:INTERNAL=ON
+//Qt feature: progressbar (from target Qt6::Widgets)
+QT_FEATURE_progressbar:INTERNAL=ON
+//Qt feature: progressdialog (from target Qt6::Widgets)
+QT_FEATURE_progressdialog:INTERNAL=ON
+//Qt feature: proxymodel (from target Qt6::Core)
+QT_FEATURE_proxymodel:INTERNAL=ON
+//Qt feature: pthread_clockjoin (from target Qt6::Core)
+QT_FEATURE_pthread_clockjoin:INTERNAL=ON
+//Qt feature: pthread_condattr_setclock (from target Qt6::Core)
+QT_FEATURE_pthread_condattr_setclock:INTERNAL=ON
+//Qt feature: pthread_timedjoin (from target Qt6::Core)
+QT_FEATURE_pthread_timedjoin:INTERNAL=ON
+//Qt feature: publicsuffix_qt (from target Qt6::Network)
+QT_FEATURE_publicsuffix_qt:INTERNAL=ON
+//Qt feature: publicsuffix_system (from target Qt6::Network)
+QT_FEATURE_publicsuffix_system:INTERNAL=ON
+//Qt feature: pushbutton (from target Qt6::Widgets)
+QT_FEATURE_pushbutton:INTERNAL=ON
+//Qt feature: qml_animation (from target Qt6::Qml)
+QT_FEATURE_qml_animation:INTERNAL=ON
+//Qt feature: qml_debug (from target Qt6::Qml)
+QT_FEATURE_qml_debug:INTERNAL=ON
+//Qt feature: qml_delegate_model (from target Qt6::QmlModels)
+QT_FEATURE_qml_delegate_model:INTERNAL=ON
+//Qt feature: qml_itemmodel (from target Qt6::Qml)
+QT_FEATURE_qml_itemmodel:INTERNAL=ON
+//Qt feature: qml_jit (from target Qt6::Qml)
+QT_FEATURE_qml_jit:INTERNAL=ON
+//Qt feature: qml_list_model (from target Qt6::QmlModels)
+QT_FEATURE_qml_list_model:INTERNAL=ON
+//Qt feature: qml_locale (from target Qt6::Qml)
+QT_FEATURE_qml_locale:INTERNAL=ON
+//Qt feature: qml_network (from target Qt6::Qml)
+QT_FEATURE_qml_network:INTERNAL=ON
+//Qt feature: qml_object_model (from target Qt6::QmlModels)
+QT_FEATURE_qml_object_model:INTERNAL=ON
+//Qt feature: qml_preview (from target Qt6::Qml)
+QT_FEATURE_qml_preview:INTERNAL=ON
+//Qt feature: qml_profiler (from target Qt6::Qml)
+QT_FEATURE_qml_profiler:INTERNAL=ON
+//Qt feature: qml_python (from target Qt6::Qml)
+QT_FEATURE_qml_python:INTERNAL=ON
+//Qt feature: qml_sfpm_model (from target Qt6::QmlModels)
+QT_FEATURE_qml_sfpm_model:INTERNAL=ON
+//Qt feature: qml_ssl (from target Qt6::Qml)
+QT_FEATURE_qml_ssl:INTERNAL=ON
+//Qt feature: qml_table_model (from target Qt6::QmlModels)
+QT_FEATURE_qml_table_model:INTERNAL=ON
+//Qt feature: qml_tree_model (from target Qt6::QmlModels)
+QT_FEATURE_qml_tree_model:INTERNAL=ON
+//Qt feature: qml_type_loader_thread (from target Qt6::Qml)
+QT_FEATURE_qml_type_loader_thread:INTERNAL=ON
+//Qt feature: qml_worker_script (from target Qt6::Qml)
+QT_FEATURE_qml_worker_script:INTERNAL=ON
+//Qt feature: qml_xml_http_request (from target Qt6::Qml)
+QT_FEATURE_qml_xml_http_request:INTERNAL=ON
+//Qt feature: qml_xmllistmodel (from target Qt6::Qml)
+QT_FEATURE_qml_xmllistmodel:INTERNAL=ON
+//Qt feature: qqnx_imf (from target Qt6::Gui)
+QT_FEATURE_qqnx_imf:INTERNAL=OFF
+//Qt feature: qqnx_pps (from target Qt6::Core)
+QT_FEATURE_qqnx_pps:INTERNAL=OFF
+//Qt feature: qtgui_threadpool (from target Qt6::Gui)
+QT_FEATURE_qtgui_threadpool:INTERNAL=ON
+//Qt feature: quick_animatedimage (from target Qt6::Quick)
+QT_FEATURE_quick_animatedimage:INTERNAL=ON
+//Qt feature: quick_canvas (from target Qt6::Quick)
+QT_FEATURE_quick_canvas:INTERNAL=ON
+//Qt feature: quick_designer (from target Qt6::Quick)
+QT_FEATURE_quick_designer:INTERNAL=ON
+//Qt feature: quick_draganddrop (from target Qt6::Quick)
+QT_FEATURE_quick_draganddrop:INTERNAL=ON
+//Qt feature: quick_flipable (from target Qt6::Quick)
+QT_FEATURE_quick_flipable:INTERNAL=ON
+//Qt feature: quick_gridview (from target Qt6::Quick)
+QT_FEATURE_quick_gridview:INTERNAL=ON
+//Qt feature: quick_itemview (from target Qt6::Quick)
+QT_FEATURE_quick_itemview:INTERNAL=ON
+//Qt feature: quick_listview (from target Qt6::Quick)
+QT_FEATURE_quick_listview:INTERNAL=ON
+//Qt feature: quick_particles (from target Qt6::Quick)
+QT_FEATURE_quick_particles:INTERNAL=ON
+//Qt feature: quick_path (from target Qt6::Quick)
+QT_FEATURE_quick_path:INTERNAL=ON
+//Qt feature: quick_pathview (from target Qt6::Quick)
+QT_FEATURE_quick_pathview:INTERNAL=ON
+//Qt feature: quick_pixmap_cache_threaded_download (from target
+// Qt6::Quick)
+QT_FEATURE_quick_pixmap_cache_threaded_download:INTERNAL=ON
+//Qt feature: quick_positioners (from target Qt6::Quick)
+QT_FEATURE_quick_positioners:INTERNAL=ON
+//Qt feature: quick_repeater (from target Qt6::Quick)
+QT_FEATURE_quick_repeater:INTERNAL=ON
+//Qt feature: quick_shadereffect (from target Qt6::Quick)
+QT_FEATURE_quick_shadereffect:INTERNAL=ON
+//Qt feature: quick_sprite (from target Qt6::Quick)
+QT_FEATURE_quick_sprite:INTERNAL=ON
+//Qt feature: quick_tableview (from target Qt6::Quick)
+QT_FEATURE_quick_tableview:INTERNAL=ON
+//Qt feature: quick_treeview (from target Qt6::Quick)
+QT_FEATURE_quick_treeview:INTERNAL=ON
+//Qt feature: quick_viewtransitions (from target Qt6::Quick)
+QT_FEATURE_quick_viewtransitions:INTERNAL=ON
+//Qt feature: radiobutton (from target Qt6::Widgets)
+QT_FEATURE_radiobutton:INTERNAL=ON
+//Qt feature: raster_64bit (from target Qt6::Gui)
+QT_FEATURE_raster_64bit:INTERNAL=ON
+//Qt feature: raster_fp (from target Qt6::Gui)
+QT_FEATURE_raster_fp:INTERNAL=ON
+//Qt feature: rdrnd (from target Qt6::Core)
+QT_FEATURE_rdrnd:INTERNAL=ON
+//Qt feature: rdseed (from target Qt6::Core)
+QT_FEATURE_rdseed:INTERNAL=ON
+//Qt feature: reduce_exports (from target Qt6::Core)
+QT_FEATURE_reduce_exports:INTERNAL=ON
+//Qt feature: reduce_relocations (from target Qt6::Core)
+QT_FEATURE_reduce_relocations:INTERNAL=ON
+//Qt feature: regularexpression (from target Qt6::Core)
+QT_FEATURE_regularexpression:INTERNAL=ON
+//Qt feature: relocatable (from target Qt6::Core)
+QT_FEATURE_relocatable:INTERNAL=ON
+//Qt feature: relro_now_linker (from target Qt6::Core)
+QT_FEATURE_relro_now_linker:INTERNAL=ON
+//Qt feature: renameat2 (from target Qt6::Core)
+QT_FEATURE_renameat2:INTERNAL=ON
+//Qt feature: res_setservers (from target Qt6::Network)
+QT_FEATURE_res_setservers:INTERNAL=OFF
+//Qt feature: resizehandler (from target Qt6::Widgets)
+QT_FEATURE_resizehandler:INTERNAL=ON
+//Qt feature: rpath (from target Qt6::Core)
+QT_FEATURE_rpath:INTERNAL=ON
+//Qt feature: rubberband (from target Qt6::Widgets)
+QT_FEATURE_rubberband:INTERNAL=ON
+//Qt feature: run_opengl_tests (from target Qt6::Gui)
+QT_FEATURE_run_opengl_tests:INTERNAL=ON
+//Qt feature: schannel (from target Qt6::Network)
+QT_FEATURE_schannel:INTERNAL=OFF
+//Qt feature: scrollarea (from target Qt6::Widgets)
+QT_FEATURE_scrollarea:INTERNAL=ON
+//Qt feature: scrollbar (from target Qt6::Widgets)
+QT_FEATURE_scrollbar:INTERNAL=ON
+//Qt feature: scroller (from target Qt6::Widgets)
+QT_FEATURE_scroller:INTERNAL=ON
+//Qt feature: sctp (from target Qt6::Network)
+QT_FEATURE_sctp:INTERNAL=OFF
+//Qt feature: securetransport (from target Qt6::Network)
+QT_FEATURE_securetransport:INTERNAL=OFF
+//Qt feature: separate_debug_info (from target Qt6::Core)
+QT_FEATURE_separate_debug_info:INTERNAL=OFF
+//Qt feature: sessionmanager (from target Qt6::Gui)
+QT_FEATURE_sessionmanager:INTERNAL=ON
+//Qt feature: settings (from target Qt6::Core)
+QT_FEATURE_settings:INTERNAL=ON
+//Qt feature: sha3_fast (from target Qt6::Core)
+QT_FEATURE_sha3_fast:INTERNAL=ON
+//Qt feature: shani (from target Qt6::Core)
+QT_FEATURE_shani:INTERNAL=ON
+//Qt feature: shared (from target Qt6::Core)
+QT_FEATURE_shared:INTERNAL=ON
+//Qt feature: sharedmemory (from target Qt6::Core)
+QT_FEATURE_sharedmemory:INTERNAL=ON
+//Qt feature: shortcut (from target Qt6::Core)
+QT_FEATURE_shortcut:INTERNAL=ON
+//Qt feature: signaling_nan (from target Qt6::Core)
+QT_FEATURE_signaling_nan:INTERNAL=ON
+//Qt feature: simulator_and_device (from target Qt6::Core)
+QT_FEATURE_simulator_and_device:INTERNAL=OFF
+//Qt feature: sizegrip (from target Qt6::Widgets)
+QT_FEATURE_sizegrip:INTERNAL=ON
+//Qt feature: slider (from target Qt6::Widgets)
+QT_FEATURE_slider:INTERNAL=ON
+//Qt feature: slog2 (from target Qt6::Core)
+QT_FEATURE_slog2:INTERNAL=OFF
+//Qt feature: socks5 (from target Qt6::Network)
+QT_FEATURE_socks5:INTERNAL=ON
+//Qt feature: sortfilterproxymodel (from target Qt6::Core)
+QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
+//Qt feature: spinbox (from target Qt6::Widgets)
+QT_FEATURE_spinbox:INTERNAL=ON
+//Qt feature: splashscreen (from target Qt6::Widgets)
+QT_FEATURE_splashscreen:INTERNAL=ON
+//Qt feature: splitter (from target Qt6::Widgets)
+QT_FEATURE_splitter:INTERNAL=ON
+//Qt feature: sql (from target Qt6::Core)
+QT_FEATURE_sql:INTERNAL=ON
+//Qt feature: sse2 (from target Qt6::Core)
+QT_FEATURE_sse2:INTERNAL=ON
+//Qt feature: sse3 (from target Qt6::Core)
+QT_FEATURE_sse3:INTERNAL=ON
+//Qt feature: sse4_1 (from target Qt6::Core)
+QT_FEATURE_sse4_1:INTERNAL=ON
+//Qt feature: sse4_2 (from target Qt6::Core)
+QT_FEATURE_sse4_2:INTERNAL=ON
+//Qt feature: ssl (from target Qt6::Network)
+QT_FEATURE_ssl:INTERNAL=ON
+//Qt feature: sspi (from target Qt6::Network)
+QT_FEATURE_sspi:INTERNAL=OFF
+//Qt feature: ssse3 (from target Qt6::Core)
+QT_FEATURE_ssse3:INTERNAL=ON
+//Qt feature: stack_clash_protection (from target Qt6::Core)
+QT_FEATURE_stack_clash_protection:INTERNAL=ON
+//Qt feature: stack_protector (from target Qt6::Core)
+QT_FEATURE_stack_protector:INTERNAL=ON
+//Qt feature: stackedwidget (from target Qt6::Widgets)
+QT_FEATURE_stackedwidget:INTERNAL=ON
+//Qt feature: standarditemmodel (from target Qt6::Gui)
+QT_FEATURE_standarditemmodel:INTERNAL=ON
+//Qt feature: static (from target Qt6::Core)
+QT_FEATURE_static:INTERNAL=OFF
+//Qt feature: statusbar (from target Qt6::Widgets)
+QT_FEATURE_statusbar:INTERNAL=ON
+//Qt feature: statustip (from target Qt6::Widgets)
+QT_FEATURE_statustip:INTERNAL=ON
+//Qt feature: std_atomic64 (from target Qt6::Core)
+QT_FEATURE_std_atomic64:INTERNAL=ON
+//Qt feature: stdlib_libcpp (from target Qt6::Core)
+QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
+//Qt feature: stringlistmodel (from target Qt6::Core)
+QT_FEATURE_stringlistmodel:INTERNAL=ON
+//Qt feature: style_android (from target Qt6::Widgets)
+QT_FEATURE_style_android:INTERNAL=OFF
+//Qt feature: style_fusion (from target Qt6::Widgets)
+QT_FEATURE_style_fusion:INTERNAL=ON
+//Qt feature: style_mac (from target Qt6::Widgets)
+QT_FEATURE_style_mac:INTERNAL=OFF
+//Qt feature: style_stylesheet (from target Qt6::Widgets)
+QT_FEATURE_style_stylesheet:INTERNAL=ON
+//Qt feature: style_windows (from target Qt6::Widgets)
+QT_FEATURE_style_windows:INTERNAL=ON
+//Qt feature: style_windows11 (from target Qt6::Widgets)
+QT_FEATURE_style_windows11:INTERNAL=OFF
+//Qt feature: style_windowsvista (from target Qt6::Widgets)
+QT_FEATURE_style_windowsvista:INTERNAL=OFF
+//Qt feature: syntaxhighlighter (from target Qt6::Widgets)
+QT_FEATURE_syntaxhighlighter:INTERNAL=ON
+//Qt feature: syslog (from target Qt6::Core)
+QT_FEATURE_syslog:INTERNAL=OFF
+//Qt feature: system_doubleconversion (from target Qt6::Core)
+QT_FEATURE_system_doubleconversion:INTERNAL=ON
+//Qt feature: system_freetype (from target Qt6::Gui)
+QT_FEATURE_system_freetype:INTERNAL=ON
+//Qt feature: system_harfbuzz (from target Qt6::Gui)
+QT_FEATURE_system_harfbuzz:INTERNAL=ON
+//Qt feature: system_jpeg (from target Qt6::Gui)
+QT_FEATURE_system_jpeg:INTERNAL=ON
+//Qt feature: system_libb2 (from target Qt6::Core)
+QT_FEATURE_system_libb2:INTERNAL=ON
+//Qt feature: system_pcre2 (from target Qt6::Core)
+QT_FEATURE_system_pcre2:INTERNAL=ON
+//Qt feature: system_png (from target Qt6::Gui)
+QT_FEATURE_system_png:INTERNAL=ON
+//Qt feature: system_proxies (from target Qt6::Network)
+QT_FEATURE_system_proxies:INTERNAL=ON
+//Qt feature: system_textmarkdownreader (from target Qt6::Gui)
+QT_FEATURE_system_textmarkdownreader:INTERNAL=ON
+//Qt feature: system_xcb_xinput (from target Qt6::Gui)
+QT_FEATURE_system_xcb_xinput:INTERNAL=ON
+//Qt feature: system_zlib (from target Qt6::Core)
+QT_FEATURE_system_zlib:INTERNAL=ON
+//Qt feature: systemsemaphore (from target Qt6::Core)
+QT_FEATURE_systemsemaphore:INTERNAL=ON
+//Qt feature: systemtrayicon (from target Qt6::Gui)
+QT_FEATURE_systemtrayicon:INTERNAL=ON
+//Qt feature: sysv_sem (from target Qt6::Core)
+QT_FEATURE_sysv_sem:INTERNAL=ON
+//Qt feature: sysv_shm (from target Qt6::Core)
+QT_FEATURE_sysv_shm:INTERNAL=ON
+//Qt feature: tabbar (from target Qt6::Widgets)
+QT_FEATURE_tabbar:INTERNAL=ON
+//Qt feature: tabletevent (from target Qt6::Gui)
+QT_FEATURE_tabletevent:INTERNAL=ON
+//Qt feature: tableview (from target Qt6::Widgets)
+QT_FEATURE_tableview:INTERNAL=ON
+//Qt feature: tablewidget (from target Qt6::Widgets)
+QT_FEATURE_tablewidget:INTERNAL=ON
+//Qt feature: tabwidget (from target Qt6::Widgets)
+QT_FEATURE_tabwidget:INTERNAL=ON
+//Qt feature: temporaryfile (from target Qt6::Core)
+QT_FEATURE_temporaryfile:INTERNAL=ON
+//Qt feature: test_gui (from target Qt6::Core)
+QT_FEATURE_test_gui:INTERNAL=ON
+//Qt feature: testlib (from target Qt6::Core)
+QT_FEATURE_testlib:INTERNAL=ON
+//Qt feature: textbrowser (from target Qt6::Widgets)
+QT_FEATURE_textbrowser:INTERNAL=ON
+//Qt feature: textdate (from target Qt6::Core)
+QT_FEATURE_textdate:INTERNAL=ON
+//Qt feature: textedit (from target Qt6::Widgets)
+QT_FEATURE_textedit:INTERNAL=ON
+//Qt feature: texthtmlparser (from target Qt6::Gui)
+QT_FEATURE_texthtmlparser:INTERNAL=ON
+//Qt feature: textmarkdownreader (from target Qt6::Gui)
+QT_FEATURE_textmarkdownreader:INTERNAL=ON
+//Qt feature: textmarkdownwriter (from target Qt6::Gui)
+QT_FEATURE_textmarkdownwriter:INTERNAL=ON
+//Qt feature: textodfwriter (from target Qt6::Gui)
+QT_FEATURE_textodfwriter:INTERNAL=ON
+//Qt feature: thread (from target Qt6::Core)
+QT_FEATURE_thread:INTERNAL=ON
+//Qt feature: threadsafe_cloexec (from target Qt6::Core)
+QT_FEATURE_threadsafe_cloexec:INTERNAL=ON
+//Qt feature: timezone (from target Qt6::Core)
+QT_FEATURE_timezone:INTERNAL=ON
+//Qt feature: timezone_locale (from target Qt6::Core)
+QT_FEATURE_timezone_locale:INTERNAL=ON
+//Qt feature: timezone_tzdb (from target Qt6::Core)
+QT_FEATURE_timezone_tzdb:INTERNAL=OFF
+//Qt feature: toolbar (from target Qt6::Widgets)
+QT_FEATURE_toolbar:INTERNAL=ON
+//Qt feature: toolbox (from target Qt6::Widgets)
+QT_FEATURE_toolbox:INTERNAL=ON
+//Qt feature: toolbutton (from target Qt6::Widgets)
+QT_FEATURE_toolbutton:INTERNAL=ON
+//Qt feature: tooltip (from target Qt6::Widgets)
+QT_FEATURE_tooltip:INTERNAL=ON
+//Qt feature: topleveldomain (from target Qt6::Network)
+QT_FEATURE_topleveldomain:INTERNAL=ON
+//Qt feature: translation (from target Qt6::Core)
+QT_FEATURE_translation:INTERNAL=ON
+//Qt feature: transposeproxymodel (from target Qt6::Core)
+QT_FEATURE_transposeproxymodel:INTERNAL=ON
+//Qt feature: treeview (from target Qt6::Widgets)
+QT_FEATURE_treeview:INTERNAL=ON
+//Qt feature: treewidget (from target Qt6::Widgets)
+QT_FEATURE_treewidget:INTERNAL=ON
+//Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core)
+QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=ON
+//Qt feature: tslib (from target Qt6::Gui)
+QT_FEATURE_tslib:INTERNAL=ON
+//Qt feature: tuiotouch (from target Qt6::Gui)
+QT_FEATURE_tuiotouch:INTERNAL=ON
+//Qt feature: udpsocket (from target Qt6::Network)
+QT_FEATURE_udpsocket:INTERNAL=ON
+//Qt feature: undocommand (from target Qt6::Gui)
+QT_FEATURE_undocommand:INTERNAL=ON
+//Qt feature: undogroup (from target Qt6::Gui)
+QT_FEATURE_undogroup:INTERNAL=ON
+//Qt feature: undostack (from target Qt6::Gui)
+QT_FEATURE_undostack:INTERNAL=ON
+//Qt feature: undoview (from target Qt6::Widgets)
+QT_FEATURE_undoview:INTERNAL=ON
+//Qt feature: use_bfd_linker (from target Qt6::Core)
+QT_FEATURE_use_bfd_linker:INTERNAL=OFF
+//Qt feature: use_gold_linker (from target Qt6::Core)
+QT_FEATURE_use_gold_linker:INTERNAL=OFF
+//Qt feature: use_lld_linker (from target Qt6::Core)
+QT_FEATURE_use_lld_linker:INTERNAL=OFF
+//Qt feature: use_mold_linker (from target Qt6::Core)
+QT_FEATURE_use_mold_linker:INTERNAL=OFF
+//Qt feature: vaes (from target Qt6::Core)
+QT_FEATURE_vaes:INTERNAL=ON
+//Qt feature: validator (from target Qt6::Gui)
+QT_FEATURE_validator:INTERNAL=ON
+//Qt feature: version_tagging (from target Qt6::Core)
+QT_FEATURE_version_tagging:INTERNAL=ON
+//Qt feature: vkgen (from target Qt6::Gui)
+QT_FEATURE_vkgen:INTERNAL=ON
+//Qt feature: vkkhrdisplay (from target Qt6::Gui)
+QT_FEATURE_vkkhrdisplay:INTERNAL=ON
+//Qt feature: vnc (from target Qt6::Gui)
+QT_FEATURE_vnc:INTERNAL=ON
+//Qt feature: vsp2 (from target Qt6::Gui)
+QT_FEATURE_vsp2:INTERNAL=OFF
+//Qt feature: vulkan (from target Qt6::Gui)
+QT_FEATURE_vulkan:INTERNAL=ON
+//Qt feature: vxpipedrv (from target Qt6::Core)
+QT_FEATURE_vxpipedrv:INTERNAL=OFF
+//Qt feature: vxworksevdev (from target Qt6::Gui)
+QT_FEATURE_vxworksevdev:INTERNAL=OFF
+//Qt feature: wasm_exceptions (from target Qt6::Core)
+QT_FEATURE_wasm_exceptions:INTERNAL=OFF
+//Qt feature: wasm_jspi (from target Qt6::Core)
+QT_FEATURE_wasm_jspi:INTERNAL=OFF
+//Qt feature: wasm_simd128 (from target Qt6::Core)
+QT_FEATURE_wasm_simd128:INTERNAL=OFF
+//Qt feature: wayland (from target Qt6::Gui)
+QT_FEATURE_wayland:INTERNAL=ON
+//Qt feature: wayland_brcm (from target Qt6::Gui)
+QT_FEATURE_wayland_brcm:INTERNAL=OFF
+//Qt feature: wayland_client (from target Qt6::Gui)
+QT_FEATURE_wayland_client:INTERNAL=ON
+//Qt feature: wayland_client_fullscreen_shell_v1 (from target Qt6::Gui)
+QT_FEATURE_wayland_client_fullscreen_shell_v1:INTERNAL=ON
+//Qt feature: wayland_client_primary_selection (from target Qt6::Gui)
+QT_FEATURE_wayland_client_primary_selection:INTERNAL=ON
+//Qt feature: wayland_client_wl_shell (from target Qt6::Gui)
+QT_FEATURE_wayland_client_wl_shell:INTERNAL=ON
+//Qt feature: wayland_client_xdg_shell (from target Qt6::Gui)
+QT_FEATURE_wayland_client_xdg_shell:INTERNAL=ON
+//Qt feature: wayland_datadevice (from target Qt6::Gui)
+QT_FEATURE_wayland_datadevice:INTERNAL=ON
+//Qt feature: wayland_dmabuf_server_buffer (from target Qt6::Gui)
+QT_FEATURE_wayland_dmabuf_server_buffer:INTERNAL=ON
+//Qt feature: wayland_drm_egl_server_buffer (from target Qt6::Gui)
+QT_FEATURE_wayland_drm_egl_server_buffer:INTERNAL=ON
+//Qt feature: wayland_egl (from target Qt6::Gui)
+QT_FEATURE_wayland_egl:INTERNAL=ON
+//Qt feature: wayland_libhybris_egl_server_buffer (from target
+// Qt6::Gui)
+QT_FEATURE_wayland_libhybris_egl_server_buffer:INTERNAL=OFF
+//Qt feature: wayland_server (from target Qt6::Gui)
+QT_FEATURE_wayland_server:INTERNAL=ON
+//Qt feature: wayland_shm_emulation_server_buffer (from target
+// Qt6::Gui)
+QT_FEATURE_wayland_shm_emulation_server_buffer:INTERNAL=ON
+//Qt feature: wayland_vulkan_server_buffer (from target Qt6::Gui)
+QT_FEATURE_wayland_vulkan_server_buffer:INTERNAL=ON
+//Qt feature: waylandscanner (from target Qt6::Gui)
+QT_FEATURE_waylandscanner:INTERNAL=ON
+//Qt feature: whatsthis (from target Qt6::Gui)
+QT_FEATURE_whatsthis:INTERNAL=ON
+//Qt feature: wheelevent (from target Qt6::Gui)
+QT_FEATURE_wheelevent:INTERNAL=ON
+//Qt feature: widgets (from target Qt6::Core)
+QT_FEATURE_widgets:INTERNAL=ON
+//Qt feature: widgettextcontrol (from target Qt6::Widgets)
+QT_FEATURE_widgettextcontrol:INTERNAL=ON
+//Qt feature: winsdkicu (from target Qt6::Core)
+QT_FEATURE_winsdkicu:INTERNAL=OFF
+//Qt feature: wizard (from target Qt6::Widgets)
+QT_FEATURE_wizard:INTERNAL=ON
+//Qt feature: x86intrin (from target Qt6::Core)
+QT_FEATURE_x86intrin:INTERNAL=ON
+//Qt feature: xcb (from target Qt6::Gui)
+QT_FEATURE_xcb:INTERNAL=ON
+//Qt feature: xcb_egl_plugin (from target Qt6::Gui)
+QT_FEATURE_xcb_egl_plugin:INTERNAL=ON
+//Qt feature: xcb_glx (from target Qt6::Gui)
+QT_FEATURE_xcb_glx:INTERNAL=ON
+//Qt feature: xcb_glx_plugin (from target Qt6::Gui)
+QT_FEATURE_xcb_glx_plugin:INTERNAL=ON
+//Qt feature: xcb_native_painting (from target Qt6::Gui)
+QT_FEATURE_xcb_native_painting:INTERNAL=OFF
+//Qt feature: xcb_sm (from target Qt6::Gui)
+QT_FEATURE_xcb_sm:INTERNAL=ON
+//Qt feature: xcb_xlib (from target Qt6::Gui)
+QT_FEATURE_xcb_xlib:INTERNAL=ON
+//Qt feature: xkbcommon (from target Qt6::Gui)
+QT_FEATURE_xkbcommon:INTERNAL=ON
+//Qt feature: xkbcommon_x11 (from target Qt6::Gui)
+QT_FEATURE_xkbcommon_x11:INTERNAL=ON
+//Qt feature: xlib (from target Qt6::Gui)
+QT_FEATURE_xlib:INTERNAL=ON
+//Qt feature: xml (from target Qt6::Core)
+QT_FEATURE_xml:INTERNAL=ON
+//Qt feature: xmlstream (from target Qt6::Core)
+QT_FEATURE_xmlstream:INTERNAL=ON
+//Qt feature: xmlstreamreader (from target Qt6::Core)
+QT_FEATURE_xmlstreamreader:INTERNAL=ON
+//Qt feature: xmlstreamwriter (from target Qt6::Core)
+QT_FEATURE_xmlstreamwriter:INTERNAL=ON
+//Qt feature: xrender (from target Qt6::Gui)
+QT_FEATURE_xrender:INTERNAL=OFF
+//Qt feature: zstd (from target Qt6::Core)
+QT_FEATURE_zstd:INTERNAL=ON
+//ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE
+Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE
+Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Vulkan_INCLUDE_DIR
+Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Vulkan_LIBRARY
+Vulkan_LIBRARY-ADVANCED:INTERNAL=1
+//CMAKE_INSTALL_PREFIX during last run
+_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
+__qt_qml_macros_module_base_dir:INTERNAL=/usr/lib/cmake/Qt6Qml
+
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeCCompiler.cmake b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeCCompiler.cmake
new file mode 100644
index 0000000..1c31fd5
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeCCompiler.cmake
@@ -0,0 +1,84 @@
+set(CMAKE_C_COMPILER "/usr/bin/cc")
+set(CMAKE_C_COMPILER_ARG1 "")
+set(CMAKE_C_COMPILER_ID "GNU")
+set(CMAKE_C_COMPILER_VERSION "15.2.1")
+set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_C_COMPILER_WRAPPER "")
+set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23")
+set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
+set(CMAKE_C_STANDARD_LATEST "23")
+set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
+set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
+set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
+set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
+set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
+set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
+
+set(CMAKE_C_PLATFORM_ID "Linux")
+set(CMAKE_C_SIMULATE_ID "")
+set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
+set(CMAKE_C_COMPILER_APPLE_SYSROOT "")
+set(CMAKE_C_SIMULATE_VERSION "")
+set(CMAKE_C_COMPILER_ARCHITECTURE_ID "x86_64")
+
+
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_LINKER_LINK "")
+set(CMAKE_LINKER_LLD "")
+set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld")
+set(CMAKE_C_COMPILER_LINKER_ID "GNU")
+set(CMAKE_C_COMPILER_LINKER_VERSION 2.45.1)
+set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU)
+set(CMAKE_MT "")
+set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
+set(CMAKE_COMPILER_IS_GNUCC 1)
+set(CMAKE_C_COMPILER_LOADED 1)
+set(CMAKE_C_COMPILER_WORKS TRUE)
+set(CMAKE_C_ABI_COMPILED TRUE)
+
+set(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+set(CMAKE_C_COMPILER_ID_RUN 1)
+set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
+set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_C_LINKER_PREFERENCE 10)
+set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE)
+set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE)
+set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED TRUE)
+
+# Save compiler ABI information.
+set(CMAKE_C_SIZEOF_DATA_PTR "8")
+set(CMAKE_C_COMPILER_ABI "ELF")
+set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
+set(CMAKE_C_LIBRARY_ARCHITECTURE "")
+
+if(CMAKE_C_SIZEOF_DATA_PTR)
+ set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_C_COMPILER_ABI)
+ set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+endif()
+
+if(CMAKE_C_LIBRARY_ARCHITECTURE)
+ set(CMAKE_LIBRARY_ARCHITECTURE "")
+endif()
+
+set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
+ set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed;/usr/include")
+set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
+set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1;/usr/lib;/lib")
+set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeCXXCompiler.cmake b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000..d670305
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeCXXCompiler.cmake
@@ -0,0 +1,108 @@
+set(CMAKE_CXX_COMPILER "/usr/bin/c++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "GNU")
+set(CMAKE_CXX_COMPILER_VERSION "15.2.1")
+set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_CXX_COMPILER_WRAPPER "")
+set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
+set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
+set(CMAKE_CXX_STANDARD_LATEST "26")
+set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26")
+set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
+set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
+set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
+set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
+set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
+set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
+set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26")
+
+set(CMAKE_CXX_PLATFORM_ID "Linux")
+set(CMAKE_CXX_SIMULATE_ID "")
+set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
+set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "")
+set(CMAKE_CXX_SIMULATE_VERSION "")
+set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID "x86_64")
+
+
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_LINKER_LINK "")
+set(CMAKE_LINKER_LLD "")
+set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld")
+set(CMAKE_CXX_COMPILER_LINKER_ID "GNU")
+set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.45.1)
+set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU)
+set(CMAKE_MT "")
+set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
+set(CMAKE_COMPILER_IS_GNUCXX 1)
+set(CMAKE_CXX_COMPILER_LOADED 1)
+set(CMAKE_CXX_COMPILER_WORKS TRUE)
+set(CMAKE_CXX_ABI_COMPILED TRUE)
+
+set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+set(CMAKE_CXX_COMPILER_ID_RUN 1)
+set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m)
+set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+
+foreach (lang IN ITEMS C OBJC OBJCXX)
+ if (CMAKE_${lang}_COMPILER_ID_RUN)
+ foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
+ list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
+ endforeach()
+ endif()
+endforeach()
+
+set(CMAKE_CXX_LINKER_PREFERENCE 30)
+set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE)
+set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE)
+set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED TRUE)
+
+# Save compiler ABI information.
+set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
+set(CMAKE_CXX_COMPILER_ABI "ELF")
+set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
+set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
+
+if(CMAKE_CXX_SIZEOF_DATA_PTR)
+ set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_CXX_COMPILER_ABI)
+ set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+endif()
+
+if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+ set(CMAKE_LIBRARY_ARCHITECTURE "")
+endif()
+
+set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
+ set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/15.2.1;/usr/include/c++/15.2.1/x86_64-pc-linux-gnu;/usr/include/c++/15.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed;/usr/include")
+set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
+set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1;/usr/lib;/lib")
+set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
+set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "")
+
+set(CMAKE_CXX_COMPILER_IMPORT_STD "")
+### Imported target for C++23 standard library
+set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles")
+
+
+### Imported target for C++26 standard library
+set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles")
+
+
+
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeDetermineCompilerABI_C.bin b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeDetermineCompilerABI_C.bin
new file mode 100755
index 0000000..d9ede11
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeDetermineCompilerABI_C.bin
Binary files differ
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeDetermineCompilerABI_CXX.bin b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeDetermineCompilerABI_CXX.bin
new file mode 100755
index 0000000..62e7534
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeDetermineCompilerABI_CXX.bin
Binary files differ
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeSystem.cmake b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeSystem.cmake
new file mode 100644
index 0000000..3e614e8
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-6.18.7-1-cachyos")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "6.18.7-1-cachyos")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+
+
+set(CMAKE_SYSTEM "Linux-6.18.7-1-cachyos")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "6.18.7-1-cachyos")
+set(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/CMakeCCompilerId.c b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000..ab3c359
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,934 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+#if defined(__CLASSIC_C__)
+/* cv-qualifiers did not exist in K&R C */
+# define const
+# define volatile
+#endif
+
+#if !defined(__has_include)
+/* If the compiler does not have __has_include, pretend the answer is
+ always no. */
+# define __has_include(x) 0
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+# endif
+ /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
+ except that a few beta releases use the old format with V=2021. */
+# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# endif
+# else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
+ /* The third version component from --version is an update index,
+ but no macro is provided for it. */
+# define COMPILER_VERSION_PATCH DEC(0)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
+# define COMPILER_ID "IntelLLVM"
+#if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+#endif
+/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
+ * later. Look for 6 digit vs. 8 digit version number to decide encoding.
+ * VVVV is no smaller than the current year when a version is released.
+ */
+#if __INTEL_LLVM_COMPILER < 1000000L
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
+#else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
+#endif
+#if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+#elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+#endif
+#if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+#endif
+#if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+#endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+ /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_C >= 0x5100
+ /* __SUNPRO_C = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
+# else
+ /* __SUNPRO_CC = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
+# endif
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+ /* __HP_cc = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+ /* __DECC_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
+
+#elif defined(__IBMC__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__open_xl__) && defined(__clang__)
+# define COMPILER_ID "IBMClang"
+# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
+# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
+# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(__ibmxl__) && defined(__clang__)
+# define COMPILER_ID "XLClang"
+# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
+# define COMPILER_ID "XL"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
+# define COMPILER_ID "VisualAge"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__NVCOMPILER)
+# define COMPILER_ID "NVHPC"
+# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
+# if defined(__NVCOMPILER_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(__clang__) && defined(__cray__)
+# define COMPILER_ID "CrayClang"
+# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
+# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
+# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+ /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
+
+#elif defined(__CLANG_FUJITSU)
+# define COMPILER_ID "FujitsuClang"
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(__FUJITSU)
+# define COMPILER_ID "Fujitsu"
+# if defined(__FCC_version__)
+# define COMPILER_VERSION __FCC_version__
+# elif defined(__FCC_major__)
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# endif
+# if defined(__fcc_version)
+# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
+# elif defined(__FCC_VERSION)
+# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
+# endif
+
+
+#elif defined(__ghs__)
+# define COMPILER_ID "GHS"
+/* __GHS_VERSION_NUMBER = VVVVRP */
+# ifdef __GHS_VERSION_NUMBER
+# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
+# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
+# endif
+
+#elif defined(__TASKING__)
+# define COMPILER_ID "Tasking"
+ # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
+ # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
+
+#elif defined(__ORANGEC__)
+# define COMPILER_ID "OrangeC"
+# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
+
+#elif defined(__RENESAS__)
+# define COMPILER_ID "Renesas"
+/* __RENESAS_VERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF)
+# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF)
+
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
+#elif defined(__BCC__)
+# define COMPILER_ID "Bruce"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__ARMCC_VERSION) && !defined(__clang__)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+ /* __ARMCC_VERSION = VRRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#else
+ /* __ARMCC_VERSION = VRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#endif
+
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
+# define COMPILER_ID "ARMClang"
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
+
+#elif defined(__clang__) && defined(__ti__)
+# define COMPILER_ID "TIClang"
+ # define COMPILER_VERSION_MAJOR DEC(__ti_major__)
+ # define COMPILER_VERSION_MINOR DEC(__ti_minor__)
+ # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
+# define COMPILER_VERSION_INTERNAL DEC(__ti_version__)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
+# define COMPILER_ID "LCC"
+# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
+# if defined(__LCC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
+# endif
+# if defined(__GNUC__) && defined(__GNUC_MINOR__)
+# define SIMULATE_ID "GNU"
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+# endif
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# if defined(__GNUC_MINOR__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(_ADI_COMPILER)
+# define COMPILER_ID "ADSP"
+#if defined(__VERSIONNUM__)
+ /* __VERSIONNUM__ = 0xVVRRPPTT */
+# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
+# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
+# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
+# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__) && defined(__ICCARM__)
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
+# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
+# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+#elif defined(__DCC__) && defined(_DIAB_TOOL)
+# define COMPILER_ID "Diab"
+ # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__)
+ # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__)
+ # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__)
+ # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__)
+
+
+#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
+# define COMPILER_ID "SDCC"
+# if defined(__SDCC_VERSION_MAJOR)
+# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
+# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
+# else
+ /* SDCC = VRP */
+# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
+# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
+# endif
+
+
+/* These compilers are either not known or too old to define an
+ identification macro. Try to identify the platform and guess that
+ it is the native compiler. */
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name. */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__MSYS__)
+# define PLATFORM_ID "MSYS"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+# define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+# define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+# define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+# define PLATFORM_ID "Windows3x"
+
+# elif defined(__VXWORKS__)
+# define PLATFORM_ID "VxWorks"
+
+# else /* unknown platform */
+# define PLATFORM_ID
+# endif
+
+#elif defined(__INTEGRITY)
+# if defined(INT_178B)
+# define PLATFORM_ID "Integrity178"
+
+# else /* regular Integrity */
+# define PLATFORM_ID "Integrity"
+# endif
+
+# elif defined(_ADI_COMPILER)
+# define PLATFORM_ID "ADSP"
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_ARM64EC)
+# define ARCHITECTURE_ID "ARM64EC"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+# define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+# if _M_ARM == 4
+# define ARCHITECTURE_ID "ARMV4I"
+# elif _M_ARM == 5
+# define ARCHITECTURE_ID "ARMV5I"
+# else
+# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+# endif
+
+# elif defined(_M_MIPS)
+# define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+# define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+# define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCRX__)
+# define ARCHITECTURE_ID "RX"
+
+# elif defined(__ICCRH850__)
+# define ARCHITECTURE_ID "RH850"
+
+# elif defined(__ICCRL78__)
+# define ARCHITECTURE_ID "RL78"
+
+# elif defined(__ICCRISCV__)
+# define ARCHITECTURE_ID "RISCV"
+
+# elif defined(__ICCAVR__)
+# define ARCHITECTURE_ID "AVR"
+
+# elif defined(__ICC430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__ICCV850__)
+# define ARCHITECTURE_ID "V850"
+
+# elif defined(__ICC8051__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__ICCSTM8__)
+# define ARCHITECTURE_ID "STM8"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__ghs__)
+# if defined(__PPC64__)
+# define ARCHITECTURE_ID "PPC64"
+
+# elif defined(__ppc__)
+# define ARCHITECTURE_ID "PPC"
+
+# elif defined(__ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__x86_64__)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(__i386__)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__clang__) && defined(__ti__)
+# if defined(__ARM_ARCH)
+# define ARCHITECTURE_ID "ARM"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__TI_COMPILER_VERSION__)
+# if defined(__TI_ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__MSP430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__TMS320C28XX__)
+# define ARCHITECTURE_ID "TMS320C28x"
+
+# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
+# define ARCHITECTURE_ID "TMS320C6x"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+# elif defined(__ADSPSHARC__)
+# define ARCHITECTURE_ID "SHARC"
+
+# elif defined(__ADSPBLACKFIN__)
+# define ARCHITECTURE_ID "Blackfin"
+
+#elif defined(__TASKING__)
+
+# if defined(__CTC__) || defined(__CPTC__)
+# define ARCHITECTURE_ID "TriCore"
+
+# elif defined(__CMCS__)
+# define ARCHITECTURE_ID "MCS"
+
+# elif defined(__CARM__) || defined(__CPARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__CARC__)
+# define ARCHITECTURE_ID "ARC"
+
+# elif defined(__C51__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__CPCP__)
+# define ARCHITECTURE_ID "PCP"
+
+# else
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__RENESAS__)
+# if defined(__CCRX__)
+# define ARCHITECTURE_ID "RX"
+
+# elif defined(__CCRL__)
+# define ARCHITECTURE_ID "RL78"
+
+# elif defined(__CCRH__)
+# define ARCHITECTURE_ID "RH850"
+
+# else
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number. */
+#ifdef COMPILER_VERSION
+char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
+
+/* Construct a string literal encoding the version number components. */
+#elif defined(COMPILER_VERSION_MAJOR)
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+ 'i','n','t','e','r','n','a','l','[',
+ COMPILER_VERSION_INTERNAL,']','\0'};
+#elif defined(COMPILER_VERSION_INTERNAL_STR)
+char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+ SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+ '.', SIMULATE_VERSION_MINOR,
+# ifdef SIMULATE_VERSION_PATCH
+ '.', SIMULATE_VERSION_PATCH,
+# ifdef SIMULATE_VERSION_TWEAK
+ '.', SIMULATE_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+#define C_STD_99 199901L
+#define C_STD_11 201112L
+#define C_STD_17 201710L
+#define C_STD_23 202311L
+
+#ifdef __STDC_VERSION__
+# define C_STD __STDC_VERSION__
+#endif
+
+#if !defined(__STDC__) && !defined(__clang__) && !defined(__RENESAS__)
+# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
+# define C_VERSION "90"
+# else
+# define C_VERSION
+# endif
+#elif C_STD > C_STD_17
+# define C_VERSION "23"
+#elif C_STD > C_STD_11
+# define C_VERSION "17"
+#elif C_STD > C_STD_99
+# define C_VERSION "11"
+#elif C_STD >= C_STD_99
+# define C_VERSION "99"
+#else
+# define C_VERSION "90"
+#endif
+const char* info_language_standard_default =
+ "INFO" ":" "standard_default[" C_VERSION "]";
+
+const char* info_language_extensions_default = "INFO" ":" "extensions_default["
+#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
+ defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \
+ !defined(__STRICT_ANSI__)
+ "ON"
+#else
+ "OFF"
+#endif
+"]";
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+# if defined(__CLASSIC_C__)
+int main(argc, argv) int argc; char *argv[];
+# else
+int main(int argc, char* argv[])
+# endif
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+ require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR)
+ require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+ require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+ require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+ require += info_cray[argc];
+#endif
+ require += info_language_standard_default[argc];
+ require += info_language_extensions_default[argc];
+ (void)argv;
+ return require;
+}
+#endif
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/a.out b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/a.out
new file mode 100755
index 0000000..f8725c9
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/a.out
Binary files differ
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000..b35f567
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,949 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+ recognize the extension without flags. Borland does not know .cxx for
+ example. */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+#if !defined(__has_include)
+/* If the compiler does not have __has_include, pretend the answer is
+ always no. */
+# define __has_include(x) 0
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+# endif
+ /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
+ except that a few beta releases use the old format with V=2021. */
+# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# endif
+# else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
+ /* The third version component from --version is an update index,
+ but no macro is provided for it. */
+# define COMPILER_VERSION_PATCH DEC(0)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
+# define COMPILER_ID "IntelLLVM"
+#if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+#endif
+/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
+ * later. Look for 6 digit vs. 8 digit version number to decide encoding.
+ * VVVV is no smaller than the current year when a version is released.
+ */
+#if __INTEL_LLVM_COMPILER < 1000000L
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
+#else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
+#endif
+#if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+#elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+#endif
+#if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+#endif
+#if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+#endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+ /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+ /* __SUNPRO_CC = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# else
+ /* __SUNPRO_CC = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+ /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+ /* __DECCXX_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
+
+#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__open_xl__) && defined(__clang__)
+# define COMPILER_ID "IBMClang"
+# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
+# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
+# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(__ibmxl__) && defined(__clang__)
+# define COMPILER_ID "XLClang"
+# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
+# define COMPILER_ID "XL"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
+# define COMPILER_ID "VisualAge"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__NVCOMPILER)
+# define COMPILER_ID "NVHPC"
+# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
+# if defined(__NVCOMPILER_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(__clang__) && defined(__cray__)
+# define COMPILER_ID "CrayClang"
+# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
+# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
+# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+ /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
+
+#elif defined(__CLANG_FUJITSU)
+# define COMPILER_ID "FujitsuClang"
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(__FUJITSU)
+# define COMPILER_ID "Fujitsu"
+# if defined(__FCC_version__)
+# define COMPILER_VERSION __FCC_version__
+# elif defined(__FCC_major__)
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# endif
+# if defined(__fcc_version)
+# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
+# elif defined(__FCC_VERSION)
+# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
+# endif
+
+
+#elif defined(__ghs__)
+# define COMPILER_ID "GHS"
+/* __GHS_VERSION_NUMBER = VVVVRP */
+# ifdef __GHS_VERSION_NUMBER
+# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
+# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
+# endif
+
+#elif defined(__TASKING__)
+# define COMPILER_ID "Tasking"
+ # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
+ # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
+
+#elif defined(__ORANGEC__)
+# define COMPILER_ID "OrangeC"
+# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
+
+#elif defined(__RENESAS__)
+# define COMPILER_ID "Renesas"
+/* __RENESAS_VERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF)
+# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF)
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__ARMCC_VERSION) && !defined(__clang__)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+ /* __ARMCC_VERSION = VRRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#else
+ /* __ARMCC_VERSION = VRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#endif
+
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
+# define COMPILER_ID "ARMClang"
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
+
+#elif defined(__clang__) && defined(__ti__)
+# define COMPILER_ID "TIClang"
+ # define COMPILER_VERSION_MAJOR DEC(__ti_major__)
+ # define COMPILER_VERSION_MINOR DEC(__ti_minor__)
+ # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
+# define COMPILER_VERSION_INTERNAL DEC(__ti_version__)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
+# define COMPILER_ID "LCC"
+# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
+# if defined(__LCC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
+# endif
+# if defined(__GNUC__) && defined(__GNUC_MINOR__)
+# define SIMULATE_ID "GNU"
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+# endif
+
+#elif defined(__GNUC__) || defined(__GNUG__)
+# define COMPILER_ID "GNU"
+# if defined(__GNUC__)
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# else
+# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(_ADI_COMPILER)
+# define COMPILER_ID "ADSP"
+#if defined(__VERSIONNUM__)
+ /* __VERSIONNUM__ = 0xVVRRPPTT */
+# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
+# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
+# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
+# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__) && defined(__ICCARM__)
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
+# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
+# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+#elif defined(__DCC__) && defined(_DIAB_TOOL)
+# define COMPILER_ID "Diab"
+ # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__)
+ # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__)
+ # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__)
+ # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__)
+
+
+
+/* These compilers are either not known or too old to define an
+ identification macro. Try to identify the platform and guess that
+ it is the native compiler. */
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name. */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__MSYS__)
+# define PLATFORM_ID "MSYS"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+# define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+# define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+# define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+# define PLATFORM_ID "Windows3x"
+
+# elif defined(__VXWORKS__)
+# define PLATFORM_ID "VxWorks"
+
+# else /* unknown platform */
+# define PLATFORM_ID
+# endif
+
+#elif defined(__INTEGRITY)
+# if defined(INT_178B)
+# define PLATFORM_ID "Integrity178"
+
+# else /* regular Integrity */
+# define PLATFORM_ID "Integrity"
+# endif
+
+# elif defined(_ADI_COMPILER)
+# define PLATFORM_ID "ADSP"
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_ARM64EC)
+# define ARCHITECTURE_ID "ARM64EC"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+# define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+# if _M_ARM == 4
+# define ARCHITECTURE_ID "ARMV4I"
+# elif _M_ARM == 5
+# define ARCHITECTURE_ID "ARMV5I"
+# else
+# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+# endif
+
+# elif defined(_M_MIPS)
+# define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+# define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+# define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCRX__)
+# define ARCHITECTURE_ID "RX"
+
+# elif defined(__ICCRH850__)
+# define ARCHITECTURE_ID "RH850"
+
+# elif defined(__ICCRL78__)
+# define ARCHITECTURE_ID "RL78"
+
+# elif defined(__ICCRISCV__)
+# define ARCHITECTURE_ID "RISCV"
+
+# elif defined(__ICCAVR__)
+# define ARCHITECTURE_ID "AVR"
+
+# elif defined(__ICC430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__ICCV850__)
+# define ARCHITECTURE_ID "V850"
+
+# elif defined(__ICC8051__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__ICCSTM8__)
+# define ARCHITECTURE_ID "STM8"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__ghs__)
+# if defined(__PPC64__)
+# define ARCHITECTURE_ID "PPC64"
+
+# elif defined(__ppc__)
+# define ARCHITECTURE_ID "PPC"
+
+# elif defined(__ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__x86_64__)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(__i386__)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__clang__) && defined(__ti__)
+# if defined(__ARM_ARCH)
+# define ARCHITECTURE_ID "ARM"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__TI_COMPILER_VERSION__)
+# if defined(__TI_ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__MSP430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__TMS320C28XX__)
+# define ARCHITECTURE_ID "TMS320C28x"
+
+# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
+# define ARCHITECTURE_ID "TMS320C6x"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+# elif defined(__ADSPSHARC__)
+# define ARCHITECTURE_ID "SHARC"
+
+# elif defined(__ADSPBLACKFIN__)
+# define ARCHITECTURE_ID "Blackfin"
+
+#elif defined(__TASKING__)
+
+# if defined(__CTC__) || defined(__CPTC__)
+# define ARCHITECTURE_ID "TriCore"
+
+# elif defined(__CMCS__)
+# define ARCHITECTURE_ID "MCS"
+
+# elif defined(__CARM__) || defined(__CPARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__CARC__)
+# define ARCHITECTURE_ID "ARC"
+
+# elif defined(__C51__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__CPCP__)
+# define ARCHITECTURE_ID "PCP"
+
+# else
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__RENESAS__)
+# if defined(__CCRX__)
+# define ARCHITECTURE_ID "RX"
+
+# elif defined(__CCRL__)
+# define ARCHITECTURE_ID "RL78"
+
+# elif defined(__CCRH__)
+# define ARCHITECTURE_ID "RH850"
+
+# else
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number. */
+#ifdef COMPILER_VERSION
+char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
+
+/* Construct a string literal encoding the version number components. */
+#elif defined(COMPILER_VERSION_MAJOR)
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+ 'i','n','t','e','r','n','a','l','[',
+ COMPILER_VERSION_INTERNAL,']','\0'};
+#elif defined(COMPILER_VERSION_INTERNAL_STR)
+char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+ SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+ '.', SIMULATE_VERSION_MINOR,
+# ifdef SIMULATE_VERSION_PATCH
+ '.', SIMULATE_VERSION_PATCH,
+# ifdef SIMULATE_VERSION_TWEAK
+ '.', SIMULATE_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+#define CXX_STD_98 199711L
+#define CXX_STD_11 201103L
+#define CXX_STD_14 201402L
+#define CXX_STD_17 201703L
+#define CXX_STD_20 202002L
+#define CXX_STD_23 202302L
+
+#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG)
+# if _MSVC_LANG > CXX_STD_17
+# define CXX_STD _MSVC_LANG
+# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init)
+# define CXX_STD CXX_STD_20
+# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17
+# define CXX_STD CXX_STD_20
+# elif _MSVC_LANG > CXX_STD_14
+# define CXX_STD CXX_STD_17
+# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi)
+# define CXX_STD CXX_STD_14
+# elif defined(__INTEL_CXX11_MODE__)
+# define CXX_STD CXX_STD_11
+# else
+# define CXX_STD CXX_STD_98
+# endif
+#elif defined(_MSC_VER) && defined(_MSVC_LANG)
+# if _MSVC_LANG > __cplusplus
+# define CXX_STD _MSVC_LANG
+# else
+# define CXX_STD __cplusplus
+# endif
+#elif defined(__NVCOMPILER)
+# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init)
+# define CXX_STD CXX_STD_20
+# else
+# define CXX_STD __cplusplus
+# endif
+#elif defined(__INTEL_COMPILER) || defined(__PGI)
+# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes)
+# define CXX_STD CXX_STD_17
+# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi)
+# define CXX_STD CXX_STD_14
+# else
+# define CXX_STD __cplusplus
+# endif
+#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__)
+# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi)
+# define CXX_STD CXX_STD_14
+# else
+# define CXX_STD __cplusplus
+# endif
+#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__)
+# define CXX_STD CXX_STD_11
+#else
+# define CXX_STD __cplusplus
+#endif
+
+const char* info_language_standard_default = "INFO" ":" "standard_default["
+#if CXX_STD > CXX_STD_23
+ "26"
+#elif CXX_STD > CXX_STD_20
+ "23"
+#elif CXX_STD > CXX_STD_17
+ "20"
+#elif CXX_STD > CXX_STD_14
+ "17"
+#elif CXX_STD > CXX_STD_11
+ "14"
+#elif CXX_STD >= CXX_STD_11
+ "11"
+#else
+ "98"
+#endif
+"]";
+
+const char* info_language_extensions_default = "INFO" ":" "extensions_default["
+#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
+ defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \
+ !defined(__STRICT_ANSI__)
+ "ON"
+#else
+ "OFF"
+#endif
+"]";
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+ require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR)
+ require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+ require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+ require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+ require += info_cray[argc];
+#endif
+ require += info_language_standard_default[argc];
+ require += info_language_extensions_default[argc];
+ (void)argv;
+ return require;
+}
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/a.out b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/a.out
new file mode 100755
index 0000000..78d1337
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/a.out
Binary files differ
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/CMakeConfigureLog.yaml b/raveos-calamares-module/wifi/build/CMakeFiles/CMakeConfigureLog.yaml
new file mode 100644
index 0000000..e02c41b
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/CMakeConfigureLog.yaml
@@ -0,0 +1,7787 @@
+
+---
+events:
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:12 (find_program)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_UNAME"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "uname"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/bin/"
+ searched_directories:
+ - "/home/nippy/.local/bin/uname"
+ - "/usr/local/bin/uname"
+ found: "/usr/bin/uname"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:212 (message)"
+ - "CMakeLists.txt"
+ message: |
+ The system is: Linux - 6.18.7-1-cachyos - x86_64
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeUnixFindMake.cmake:5 (find_program)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_MAKE_PROGRAM"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "gmake"
+ - "make"
+ - "smake"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ searched_directories:
+ - "/home/nippy/.local/bin/gmake"
+ - "/usr/local/bin/gmake"
+ - "/usr/bin/gmake"
+ - "/usr/local/sbin/gmake"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gmake"
+ - "/var/lib/flatpak/exports/bin/gmake"
+ - "/usr/bin/site_perl/gmake"
+ - "/usr/bin/vendor_perl/gmake"
+ - "/usr/bin/core_perl/gmake"
+ - "/home/nippy/.local/bin/make"
+ - "/usr/local/bin/make"
+ found: "/usr/bin/make"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake:73 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:64 (_cmake_find_compiler)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_C_COMPILER"
+ description: "C compiler"
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "cc"
+ - "gcc"
+ - "cl"
+ - "bcc"
+ - "xlc"
+ - "icx"
+ - "clang"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ searched_directories:
+ - "/home/nippy/.local/bin/cc"
+ - "/usr/local/bin/cc"
+ found: "/usr/bin/cc"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)"
+ - "CMakeLists.txt"
+ mode: "file"
+ variable: "src_in"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "CMakeCCompilerId.c.in"
+ candidate_directories:
+ - "/usr/share/cmake/Modules/"
+ found: "/usr/share/cmake/Modules/CMakeCCompilerId.c.in"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)"
+ - "CMakeLists.txt"
+ message: |
+ Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
+ Compiler: /usr/bin/cc
+ Build flags:
+ Id flags:
+
+ The output was:
+ 0
+
+
+ Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
+
+ The C compiler identification is GNU, found in:
+ /home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdC/a.out
+
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_AR"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "ar"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/ar"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_RANLIB"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "ranlib"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/ranlib"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_STRIP"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "strip"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/strip"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_LINKER"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "ld"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/ld"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_NM"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "nm"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/nm"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_OBJDUMP"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "objdump"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/objdump"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_OBJCOPY"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "objcopy"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/objcopy"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_READELF"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "readelf"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/readelf"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_DLLTOOL"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "dlltool"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ searched_directories:
+ - "/usr/bin/dlltool"
+ - "/home/nippy/.local/bin/dlltool"
+ - "/usr/local/bin/dlltool"
+ - "/usr/local/sbin/dlltool"
+ - "/home/nippy/.local/share/flatpak/exports/bin/dlltool"
+ - "/var/lib/flatpak/exports/bin/dlltool"
+ - "/usr/bin/site_perl/dlltool"
+ - "/usr/bin/vendor_perl/dlltool"
+ - "/usr/bin/core_perl/dlltool"
+ found: false
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_ADDR2LINE"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "addr2line"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ found: "/usr/bin/addr2line"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_TAPI"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "tapi"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ searched_directories:
+ - "/usr/bin/tapi"
+ - "/home/nippy/.local/bin/tapi"
+ - "/usr/local/bin/tapi"
+ - "/usr/local/sbin/tapi"
+ - "/home/nippy/.local/share/flatpak/exports/bin/tapi"
+ - "/var/lib/flatpak/exports/bin/tapi"
+ - "/usr/bin/site_perl/tapi"
+ - "/usr/bin/vendor_perl/tapi"
+ - "/usr/bin/core_perl/tapi"
+ found: false
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake:18 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:201 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_C_COMPILER_AR"
+ description: "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "gcc-ar-15.2"
+ - "gcc-ar-15"
+ - "gcc-ar15"
+ - "gcc-ar"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ searched_directories:
+ - "/usr/bin/gcc-ar-15.2"
+ - "/home/nippy/.local/bin/gcc-ar-15.2"
+ - "/usr/local/bin/gcc-ar-15.2"
+ - "/usr/local/sbin/gcc-ar-15.2"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ar-15.2"
+ - "/var/lib/flatpak/exports/bin/gcc-ar-15.2"
+ - "/usr/bin/site_perl/gcc-ar-15.2"
+ - "/usr/bin/vendor_perl/gcc-ar-15.2"
+ - "/usr/bin/core_perl/gcc-ar-15.2"
+ - "/usr/bin/gcc-ar-15"
+ - "/home/nippy/.local/bin/gcc-ar-15"
+ - "/usr/local/bin/gcc-ar-15"
+ - "/usr/local/sbin/gcc-ar-15"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ar-15"
+ - "/var/lib/flatpak/exports/bin/gcc-ar-15"
+ - "/usr/bin/site_perl/gcc-ar-15"
+ - "/usr/bin/vendor_perl/gcc-ar-15"
+ - "/usr/bin/core_perl/gcc-ar-15"
+ - "/usr/bin/gcc-ar15"
+ - "/home/nippy/.local/bin/gcc-ar15"
+ - "/usr/local/bin/gcc-ar15"
+ - "/usr/local/sbin/gcc-ar15"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ar15"
+ - "/var/lib/flatpak/exports/bin/gcc-ar15"
+ - "/usr/bin/site_perl/gcc-ar15"
+ - "/usr/bin/vendor_perl/gcc-ar15"
+ - "/usr/bin/core_perl/gcc-ar15"
+ found: "/usr/bin/gcc-ar"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake:30 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:201 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_C_COMPILER_RANLIB"
+ description: "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "gcc-ranlib-15.2"
+ - "gcc-ranlib-15"
+ - "gcc-ranlib15"
+ - "gcc-ranlib"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ searched_directories:
+ - "/usr/bin/gcc-ranlib-15.2"
+ - "/home/nippy/.local/bin/gcc-ranlib-15.2"
+ - "/usr/local/bin/gcc-ranlib-15.2"
+ - "/usr/local/sbin/gcc-ranlib-15.2"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ranlib-15.2"
+ - "/var/lib/flatpak/exports/bin/gcc-ranlib-15.2"
+ - "/usr/bin/site_perl/gcc-ranlib-15.2"
+ - "/usr/bin/vendor_perl/gcc-ranlib-15.2"
+ - "/usr/bin/core_perl/gcc-ranlib-15.2"
+ - "/usr/bin/gcc-ranlib-15"
+ - "/home/nippy/.local/bin/gcc-ranlib-15"
+ - "/usr/local/bin/gcc-ranlib-15"
+ - "/usr/local/sbin/gcc-ranlib-15"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ranlib-15"
+ - "/var/lib/flatpak/exports/bin/gcc-ranlib-15"
+ - "/usr/bin/site_perl/gcc-ranlib-15"
+ - "/usr/bin/vendor_perl/gcc-ranlib-15"
+ - "/usr/bin/core_perl/gcc-ranlib-15"
+ - "/usr/bin/gcc-ranlib15"
+ - "/home/nippy/.local/bin/gcc-ranlib15"
+ - "/usr/local/bin/gcc-ranlib15"
+ - "/usr/local/sbin/gcc-ranlib15"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ranlib15"
+ - "/var/lib/flatpak/exports/bin/gcc-ranlib15"
+ - "/usr/bin/site_perl/gcc-ranlib15"
+ - "/usr/bin/vendor_perl/gcc-ranlib15"
+ - "/usr/bin/core_perl/gcc-ranlib15"
+ found: "/usr/bin/gcc-ranlib"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake:54 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:69 (_cmake_find_compiler)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_CXX_COMPILER"
+ description: "CXX compiler"
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "c++"
+ - "CC"
+ - "g++"
+ - "aCC"
+ - "cl"
+ - "bcc"
+ - "xlC"
+ - "icpx"
+ - "icx"
+ - "clang++"
+ candidate_directories:
+ - "/usr/bin/"
+ found: "/usr/bin/c++"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)"
+ - "CMakeLists.txt"
+ mode: "file"
+ variable: "src_in"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "CMakeCXXCompilerId.cpp.in"
+ candidate_directories:
+ - "/usr/share/cmake/Modules/"
+ found: "/usr/share/cmake/Modules/CMakeCXXCompilerId.cpp.in"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)"
+ - "CMakeLists.txt"
+ message: |
+ Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+ Compiler: /usr/bin/c++
+ Build flags:
+ Id flags:
+
+ The output was:
+ 0
+
+
+ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
+
+ The CXX compiler identification is GNU, found in:
+ /home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/4.2.2/CompilerIdCXX/a.out
+
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake:18 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_CXX_COMPILER_AR"
+ description: "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "gcc-ar-15.2"
+ - "gcc-ar-15"
+ - "gcc-ar15"
+ - "gcc-ar"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ searched_directories:
+ - "/usr/bin/gcc-ar-15.2"
+ - "/home/nippy/.local/bin/gcc-ar-15.2"
+ - "/usr/local/bin/gcc-ar-15.2"
+ - "/usr/local/sbin/gcc-ar-15.2"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ar-15.2"
+ - "/var/lib/flatpak/exports/bin/gcc-ar-15.2"
+ - "/usr/bin/site_perl/gcc-ar-15.2"
+ - "/usr/bin/vendor_perl/gcc-ar-15.2"
+ - "/usr/bin/core_perl/gcc-ar-15.2"
+ - "/usr/bin/gcc-ar-15"
+ - "/home/nippy/.local/bin/gcc-ar-15"
+ - "/usr/local/bin/gcc-ar-15"
+ - "/usr/local/sbin/gcc-ar-15"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ar-15"
+ - "/var/lib/flatpak/exports/bin/gcc-ar-15"
+ - "/usr/bin/site_perl/gcc-ar-15"
+ - "/usr/bin/vendor_perl/gcc-ar-15"
+ - "/usr/bin/core_perl/gcc-ar-15"
+ - "/usr/bin/gcc-ar15"
+ - "/home/nippy/.local/bin/gcc-ar15"
+ - "/usr/local/bin/gcc-ar15"
+ - "/usr/local/sbin/gcc-ar15"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ar15"
+ - "/var/lib/flatpak/exports/bin/gcc-ar15"
+ - "/usr/bin/site_perl/gcc-ar15"
+ - "/usr/bin/vendor_perl/gcc-ar15"
+ - "/usr/bin/core_perl/gcc-ar15"
+ found: "/usr/bin/gcc-ar"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake:30 (find_program)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)"
+ - "CMakeLists.txt"
+ mode: "program"
+ variable: "CMAKE_CXX_COMPILER_RANLIB"
+ description: "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "gcc-ranlib-15.2"
+ - "gcc-ranlib-15"
+ - "gcc-ranlib15"
+ - "gcc-ranlib"
+ candidate_directories:
+ - "/usr/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ searched_directories:
+ - "/usr/bin/gcc-ranlib-15.2"
+ - "/home/nippy/.local/bin/gcc-ranlib-15.2"
+ - "/usr/local/bin/gcc-ranlib-15.2"
+ - "/usr/local/sbin/gcc-ranlib-15.2"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ranlib-15.2"
+ - "/var/lib/flatpak/exports/bin/gcc-ranlib-15.2"
+ - "/usr/bin/site_perl/gcc-ranlib-15.2"
+ - "/usr/bin/vendor_perl/gcc-ranlib-15.2"
+ - "/usr/bin/core_perl/gcc-ranlib-15.2"
+ - "/usr/bin/gcc-ranlib-15"
+ - "/home/nippy/.local/bin/gcc-ranlib-15"
+ - "/usr/local/bin/gcc-ranlib-15"
+ - "/usr/local/sbin/gcc-ranlib-15"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ranlib-15"
+ - "/var/lib/flatpak/exports/bin/gcc-ranlib-15"
+ - "/usr/bin/site_perl/gcc-ranlib-15"
+ - "/usr/bin/vendor_perl/gcc-ranlib-15"
+ - "/usr/bin/core_perl/gcc-ranlib-15"
+ - "/usr/bin/gcc-ranlib15"
+ - "/home/nippy/.local/bin/gcc-ranlib15"
+ - "/usr/local/bin/gcc-ranlib15"
+ - "/usr/local/sbin/gcc-ranlib15"
+ - "/home/nippy/.local/share/flatpak/exports/bin/gcc-ranlib15"
+ - "/var/lib/flatpak/exports/bin/gcc-ranlib15"
+ - "/usr/bin/site_perl/gcc-ranlib15"
+ - "/usr/bin/vendor_perl/gcc-ranlib15"
+ - "/usr/bin/core_perl/gcc-ranlib15"
+ found: "/usr/bin/gcc-ranlib"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)"
+ - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt"
+ checks:
+ - "Detecting C compiler ABI info"
+ directories:
+ source: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-S1BdcJ"
+ binary: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-S1BdcJ"
+ cmakeVariables:
+ CMAKE_C_FLAGS: ""
+ CMAKE_EXE_LINKER_FLAGS: ""
+ buildResult:
+ variable: "CMAKE_C_ABI_COMPILED"
+ cached: true
+ stdout: |
+ Change Dir: '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-S1BdcJ'
+
+ Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ac4d4/fast
+ /usr/bin/make -f CMakeFiles/cmTC_ac4d4.dir/build.make CMakeFiles/cmTC_ac4d4.dir/build
+ make[1]: Entering directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-S1BdcJ'
+ Building C object CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o
+ /usr/bin/cc -v -o CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
+ Using built-in specs.
+ COLLECT_GCC=/usr/bin/cc
+ Target: x86_64-pc-linux-gnu
+ Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
+ Thread model: posix
+ Supported LTO compression algorithms: zlib zstd
+ gcc version 15.2.1 20260103 (GCC)
+ COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac4d4.dir/'
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_ac4d4.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cc6exG6a.s
+ GNU C23 (GCC) version 15.2.1 20260103 (x86_64-pc-linux-gnu)
+ compiled by GNU C version 15.2.1 20260103, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
+
+ GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
+ ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/include"
+ #include "..." search starts here:
+ #include <...> search starts here:
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include
+ /usr/local/include
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed
+ /usr/include
+ End of search list.
+ Compiler executable checksum: 2aa0ead74273ed721e313ee5d9153840
+ COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac4d4.dir/'
+ as -v --64 -o CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o /tmp/cc6exG6a.s
+ GNU assembler version 2.45.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.45.1
+ COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
+ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/
+ COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.'
+ Linking C executable cmTC_ac4d4
+ /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac4d4.dir/link.txt --verbose=1
+ Using built-in specs.
+ COLLECT_GCC=/usr/bin/cc
+ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper
+ Target: x86_64-pc-linux-gnu
+ Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
+ Thread model: posix
+ Supported LTO compression algorithms: zlib zstd
+ gcc version 15.2.1 20260103 (GCC)
+ COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
+ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/
+ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ac4d4' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac4d4.'
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZMl42A.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac4d4 /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o
+ collect2 version 15.2.1 20260103
+ /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZMl42A.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac4d4 /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o
+ GNU ld (GNU Binutils) 2.45.1
+ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ac4d4' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac4d4.'
+ /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o -o cmTC_ac4d4
+ make[1]: Leaving directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-S1BdcJ'
+
+ exitCode: 0
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:217 (message)"
+ - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt"
+ message: |
+ Parsed C implicit include dir info: rv=done
+ found start of include info
+ found start of implicit include info
+ add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include]
+ add: [/usr/local/include]
+ add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed]
+ add: [/usr/include]
+ end of search list found
+ collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include]
+ collapse include dir [/usr/local/include] ==> [/usr/local/include]
+ collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed]
+ collapse include dir [/usr/include] ==> [/usr/include]
+ implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed;/usr/include]
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:253 (message)"
+ - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt"
+ message: |
+ Parsed C implicit link information:
+ link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
+ linker tool regex: [^[ ]*(->|"|[0-9]+>[ -]*Build:[ 0-9]+ ms[ ]*)?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
+ ignore line: [Change Dir: '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-S1BdcJ']
+ ignore line: []
+ ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ac4d4/fast]
+ ignore line: [/usr/bin/make -f CMakeFiles/cmTC_ac4d4.dir/build.make CMakeFiles/cmTC_ac4d4.dir/build]
+ ignore line: [make[1]: Entering directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-S1BdcJ']
+ ignore line: [Building C object CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o]
+ ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
+ ignore line: [Using built-in specs.]
+ ignore line: [COLLECT_GCC=/usr/bin/cc]
+ ignore line: [Target: x86_64-pc-linux-gnu]
+ ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror]
+ ignore line: [Thread model: posix]
+ ignore line: [Supported LTO compression algorithms: zlib zstd]
+ ignore line: [gcc version 15.2.1 20260103 (GCC) ]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac4d4.dir/']
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_ac4d4.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cc6exG6a.s]
+ ignore line: [GNU C23 (GCC) version 15.2.1 20260103 (x86_64-pc-linux-gnu)]
+ ignore line: [ compiled by GNU C version 15.2.1 20260103 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP]
+ ignore line: []
+ ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
+ ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/include"]
+ ignore line: [#include "..." search starts here:]
+ ignore line: [#include <...> search starts here:]
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include]
+ ignore line: [ /usr/local/include]
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed]
+ ignore line: [ /usr/include]
+ ignore line: [End of search list.]
+ ignore line: [Compiler executable checksum: 2aa0ead74273ed721e313ee5d9153840]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac4d4.dir/']
+ ignore line: [ as -v --64 -o CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o /tmp/cc6exG6a.s]
+ ignore line: [GNU assembler version 2.45.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.45.1]
+ ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.']
+ ignore line: [Linking C executable cmTC_ac4d4]
+ ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac4d4.dir/link.txt --verbose=1]
+ ignore line: [Using built-in specs.]
+ ignore line: [COLLECT_GCC=/usr/bin/cc]
+ ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper]
+ ignore line: [Target: x86_64-pc-linux-gnu]
+ ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror]
+ ignore line: [Thread model: posix]
+ ignore line: [Supported LTO compression algorithms: zlib zstd]
+ ignore line: [gcc version 15.2.1 20260103 (GCC) ]
+ ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ac4d4' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac4d4.']
+ link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZMl42A.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac4d4 /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/collect2] ==> ignore
+ arg [-plugin] ==> ignore
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so] ==> ignore
+ arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper] ==> ignore
+ arg [-plugin-opt=-fresolution=/tmp/ccZMl42A.res] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [--build-id] ==> ignore
+ arg [--eh-frame-hdr] ==> ignore
+ arg [--hash-style=gnu] ==> ignore
+ arg [-m] ==> ignore
+ arg [elf_x86_64] ==> ignore
+ arg [-dynamic-linker] ==> ignore
+ arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
+ arg [-pie] ==> ignore
+ arg [-o] ==> ignore
+ arg [cmTC_ac4d4] ==> ignore
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o]
+ arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1]
+ arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib]
+ arg [-L/lib/../lib] ==> dir [/lib/../lib]
+ arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
+ arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../..]
+ arg [-L/lib] ==> dir [/lib]
+ arg [-L/usr/lib] ==> dir [/usr/lib]
+ arg [-v] ==> ignore
+ arg [CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o] ==> ignore
+ arg [-lgcc] ==> lib [gcc]
+ arg [--push-state] ==> ignore
+ arg [--as-needed] ==> ignore
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [--pop-state] ==> ignore
+ arg [-lc] ==> lib [c]
+ arg [-lgcc] ==> lib [gcc]
+ arg [--push-state] ==> ignore
+ arg [--as-needed] ==> ignore
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [--pop-state] ==> ignore
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o]
+ ignore line: [collect2 version 15.2.1 20260103]
+ ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZMl42A.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac4d4 /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_ac4d4.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o]
+ linker tool for 'C': /usr/bin/ld
+ collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o]
+ collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o]
+ collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o]
+ collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1]
+ collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib] ==> [/usr/lib]
+ collapse library dir [/lib/../lib] ==> [/lib]
+ collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
+ collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../..] ==> [/usr/lib]
+ collapse library dir [/lib] ==> [/lib]
+ collapse library dir [/usr/lib] ==> [/usr/lib]
+ implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
+ implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o;/usr/lib/crtn.o]
+ implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1;/usr/lib;/lib]
+ implicit fwks: []
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:38 (message)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)"
+ - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt"
+ message: |
+ Running the C compiler's linker: "/usr/bin/ld" "-v"
+ GNU ld (GNU Binutils) 2.45.1
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)"
+ - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt"
+ checks:
+ - "Detecting CXX compiler ABI info"
+ directories:
+ source: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-xpFfWt"
+ binary: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-xpFfWt"
+ cmakeVariables:
+ CMAKE_CXX_FLAGS: ""
+ CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ buildResult:
+ variable: "CMAKE_CXX_ABI_COMPILED"
+ cached: true
+ stdout: |
+ Change Dir: '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-xpFfWt'
+
+ Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_00a5a/fast
+ /usr/bin/make -f CMakeFiles/cmTC_00a5a.dir/build.make CMakeFiles/cmTC_00a5a.dir/build
+ make[1]: Entering directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-xpFfWt'
+ Building CXX object CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o
+ /usr/bin/c++ -v -o CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
+ Using built-in specs.
+ COLLECT_GCC=/usr/bin/c++
+ Target: x86_64-pc-linux-gnu
+ Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
+ Thread model: posix
+ Supported LTO compression algorithms: zlib zstd
+ gcc version 15.2.1 20260103 (GCC)
+ COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_00a5a.dir/'
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_00a5a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccFFsZQs.s
+ GNU C++17 (GCC) version 15.2.1 20260103 (x86_64-pc-linux-gnu)
+ compiled by GNU C version 15.2.1 20260103, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
+
+ GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
+ ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/include"
+ #include "..." search starts here:
+ #include <...> search starts here:
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1/x86_64-pc-linux-gnu
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1/backward
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include
+ /usr/local/include
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed
+ /usr/include
+ End of search list.
+ Compiler executable checksum: 26247f000d0c5f9b837c76e00a033f94
+ COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_00a5a.dir/'
+ as -v --64 -o CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccFFsZQs.s
+ GNU assembler version 2.45.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.45.1
+ COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
+ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/
+ COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.'
+ Linking CXX executable cmTC_00a5a
+ /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00a5a.dir/link.txt --verbose=1
+ Using built-in specs.
+ COLLECT_GCC=/usr/bin/c++
+ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper
+ Target: x86_64-pc-linux-gnu
+ Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
+ Thread model: posix
+ Supported LTO compression algorithms: zlib zstd
+ gcc version 15.2.1 20260103 (GCC)
+ COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
+ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/
+ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_00a5a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_00a5a.'
+ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpp75pY.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_00a5a /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o
+ collect2 version 15.2.1 20260103
+ /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpp75pY.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_00a5a /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o
+ GNU ld (GNU Binutils) 2.45.1
+ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_00a5a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_00a5a.'
+ /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_00a5a
+ make[1]: Leaving directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-xpFfWt'
+
+ exitCode: 0
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:217 (message)"
+ - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt"
+ message: |
+ Parsed CXX implicit include dir info: rv=done
+ found start of include info
+ found start of implicit include info
+ add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1]
+ add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1/x86_64-pc-linux-gnu]
+ add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1/backward]
+ add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include]
+ add: [/usr/local/include]
+ add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed]
+ add: [/usr/include]
+ end of search list found
+ collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1] ==> [/usr/include/c++/15.2.1]
+ collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/15.2.1/x86_64-pc-linux-gnu]
+ collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1/backward] ==> [/usr/include/c++/15.2.1/backward]
+ collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include]
+ collapse include dir [/usr/local/include] ==> [/usr/local/include]
+ collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed]
+ collapse include dir [/usr/include] ==> [/usr/include]
+ implicit include dirs: [/usr/include/c++/15.2.1;/usr/include/c++/15.2.1/x86_64-pc-linux-gnu;/usr/include/c++/15.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed;/usr/include]
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:253 (message)"
+ - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt"
+ message: |
+ Parsed CXX implicit link information:
+ link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
+ linker tool regex: [^[ ]*(->|"|[0-9]+>[ -]*Build:[ 0-9]+ ms[ ]*)?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
+ ignore line: [Change Dir: '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-xpFfWt']
+ ignore line: []
+ ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_00a5a/fast]
+ ignore line: [/usr/bin/make -f CMakeFiles/cmTC_00a5a.dir/build.make CMakeFiles/cmTC_00a5a.dir/build]
+ ignore line: [make[1]: Entering directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-xpFfWt']
+ ignore line: [Building CXX object CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o]
+ ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
+ ignore line: [Using built-in specs.]
+ ignore line: [COLLECT_GCC=/usr/bin/c++]
+ ignore line: [Target: x86_64-pc-linux-gnu]
+ ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror]
+ ignore line: [Thread model: posix]
+ ignore line: [Supported LTO compression algorithms: zlib zstd]
+ ignore line: [gcc version 15.2.1 20260103 (GCC) ]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_00a5a.dir/']
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_00a5a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccFFsZQs.s]
+ ignore line: [GNU C++17 (GCC) version 15.2.1 20260103 (x86_64-pc-linux-gnu)]
+ ignore line: [ compiled by GNU C version 15.2.1 20260103 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP]
+ ignore line: []
+ ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
+ ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/include"]
+ ignore line: [#include "..." search starts here:]
+ ignore line: [#include <...> search starts here:]
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1]
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1/x86_64-pc-linux-gnu]
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../include/c++/15.2.1/backward]
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include]
+ ignore line: [ /usr/local/include]
+ ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include-fixed]
+ ignore line: [ /usr/include]
+ ignore line: [End of search list.]
+ ignore line: [Compiler executable checksum: 26247f000d0c5f9b837c76e00a033f94]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_00a5a.dir/']
+ ignore line: [ as -v --64 -o CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccFFsZQs.s]
+ ignore line: [GNU assembler version 2.45.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.45.1]
+ ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.']
+ ignore line: [Linking CXX executable cmTC_00a5a]
+ ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00a5a.dir/link.txt --verbose=1]
+ ignore line: [Using built-in specs.]
+ ignore line: [COLLECT_GCC=/usr/bin/c++]
+ ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper]
+ ignore line: [Target: x86_64-pc-linux-gnu]
+ ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror]
+ ignore line: [Thread model: posix]
+ ignore line: [Supported LTO compression algorithms: zlib zstd]
+ ignore line: [gcc version 15.2.1 20260103 (GCC) ]
+ ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_00a5a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_00a5a.']
+ link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpp75pY.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_00a5a /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/collect2] ==> ignore
+ arg [-plugin] ==> ignore
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so] ==> ignore
+ arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper] ==> ignore
+ arg [-plugin-opt=-fresolution=/tmp/ccpp75pY.res] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [--build-id] ==> ignore
+ arg [--eh-frame-hdr] ==> ignore
+ arg [--hash-style=gnu] ==> ignore
+ arg [-m] ==> ignore
+ arg [elf_x86_64] ==> ignore
+ arg [-dynamic-linker] ==> ignore
+ arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
+ arg [-pie] ==> ignore
+ arg [-o] ==> ignore
+ arg [cmTC_00a5a] ==> ignore
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o]
+ arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1]
+ arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib]
+ arg [-L/lib/../lib] ==> dir [/lib/../lib]
+ arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
+ arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../..]
+ arg [-L/lib] ==> dir [/lib]
+ arg [-L/usr/lib] ==> dir [/usr/lib]
+ arg [-v] ==> ignore
+ arg [CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
+ arg [-lstdc++] ==> lib [stdc++]
+ arg [-lm] ==> lib [m]
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [-lgcc] ==> lib [gcc]
+ arg [-lc] ==> lib [c]
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [-lgcc] ==> lib [gcc]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o]
+ arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o]
+ ignore line: [collect2 version 15.2.1 20260103]
+ ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpp75pY.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_00a5a /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_00a5a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o]
+ linker tool for 'CXX': /usr/bin/ld
+ collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o]
+ collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o]
+ collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o]
+ collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1]
+ collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib] ==> [/usr/lib]
+ collapse library dir [/lib/../lib] ==> [/lib]
+ collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
+ collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../..] ==> [/usr/lib]
+ collapse library dir [/lib] ==> [/lib]
+ collapse library dir [/usr/lib] ==> [/usr/lib]
+ implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
+ implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o;/usr/lib/crtn.o]
+ implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1;/usr/lib;/lib]
+ implicit fwks: []
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:38 (message)"
+ - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)"
+ - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt"
+ message: |
+ Running the CXX compiler's linker: "/usr/bin/ld" "-v"
+ GNU ld (GNU Binutils) 2.45.1
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
+ - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:103 (cmake_check_source_compiles)"
+ - "/usr/share/cmake/Modules/FindThreads.cmake:160 (check_c_source_compiles)"
+ - "/usr/share/cmake/Modules/FindThreads.cmake:226 (_threads_check_libc)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6/Qt6Dependencies.cmake:38 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:186 (include)"
+ - "CMakeLists.txt:1 (find_package)"
+ checks:
+ - "Performing Test CMAKE_HAVE_LIBC_PTHREAD"
+ directories:
+ source: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-acjZVv"
+ binary: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-acjZVv"
+ cmakeVariables:
+ CMAKE_C_FLAGS: ""
+ CMAKE_C_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/usr/lib/cmake/Qt6;/usr/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/usr/lib/cmake/Qt6/3rdparty/kwin"
+ buildResult:
+ variable: "CMAKE_HAVE_LIBC_PTHREAD"
+ cached: true
+ stdout: |
+ Change Dir: '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-acjZVv'
+
+ Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_54268/fast
+ /usr/bin/make -f CMakeFiles/cmTC_54268.dir/build.make CMakeFiles/cmTC_54268.dir/build
+ make[1]: Entering directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-acjZVv'
+ Building C object CMakeFiles/cmTC_54268.dir/src.c.o
+ /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_54268.dir/src.c.o -c /home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-acjZVv/src.c
+ Linking C executable cmTC_54268
+ /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54268.dir/link.txt --verbose=1
+ /usr/bin/cc CMakeFiles/cmTC_54268.dir/src.c.o -o cmTC_54268
+ make[1]: Leaving directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-acjZVv'
+
+ exitCode: 0
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake:14 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake:46 (include)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake:42 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6CoreTools"
+ configs:
+ -
+ filename: "Qt6CoreToolsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6coretools-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6CoreTools"
+ search_paths:
+ - "/usr/lib/cmake/Qt6DBusTools/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6CoreToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6coretools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/Qt6CoreToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/qt6coretools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/Qt6CoreToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/qt6coretools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/Qt6CoreToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/qt6coretools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake:42 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6DBusTools"
+ configs:
+ -
+ filename: "Qt6DBusToolsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6dbustools-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6DBusTools"
+ search_paths:
+ - "/usr/lib/cmake/Qt6DBus/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6DBusToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6dbustools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/Qt6DBusToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/qt6dbustools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/Qt6DBusToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/qt6dbustools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/Qt6DBusToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/qt6dbustools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
+ - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)"
+ - "/usr/lib/cmake/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:36 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:52 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ checks:
+ - "Performing Test HAVE_STDATOMIC"
+ directories:
+ source: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-KhF3Yb"
+ binary: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-KhF3Yb"
+ cmakeVariables:
+ CMAKE_CXX_FLAGS: ""
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/usr/lib/cmake/Qt6;/usr/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/usr/lib/cmake/Qt6/3rdparty/kwin"
+ buildResult:
+ variable: "HAVE_STDATOMIC"
+ cached: true
+ stdout: |
+ Change Dir: '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-KhF3Yb'
+
+ Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_58fb2/fast
+ /usr/bin/make -f CMakeFiles/cmTC_58fb2.dir/build.make CMakeFiles/cmTC_58fb2.dir/build
+ make[1]: Entering directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-KhF3Yb'
+ Building CXX object CMakeFiles/cmTC_58fb2.dir/src.cxx.o
+ /usr/bin/c++ -DHAVE_STDATOMIC -o CMakeFiles/cmTC_58fb2.dir/src.cxx.o -c /home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-KhF3Yb/src.cxx
+ Linking CXX executable cmTC_58fb2
+ /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58fb2.dir/link.txt --verbose=1
+ /usr/bin/c++ CMakeFiles/cmTC_58fb2.dir/src.cxx.o -o cmTC_58fb2
+ make[1]: Leaving directory '/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/CMakeScratch/TryCompile-KhF3Yb'
+
+ exitCode: 0
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6Core"
+ configs:
+ -
+ filename: "Qt6CoreConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6core-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6Core"
+ search_paths:
+ - "/usr/lib/cmake/Qt6DBus/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6CoreConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6core-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CoreConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6core-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CoreTools/Qt6CoreConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CoreTools/qt6core-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CorePrivate/Qt6CoreConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CorePrivate/qt6core-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core5CompatPrivate/Qt6CoreConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core5CompatPrivate/qt6core-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core5Compat/Qt6CoreConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core5Compat/qt6core-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6Core/Qt6CoreConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6DBus"
+ configs:
+ -
+ filename: "Qt6DBusConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6dbus-config.cmake"
+ kind: "cmake"
+ version_request:
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6DBus"
+ search_paths:
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6DBusConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6dbus-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6dbus-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusTools/Qt6DBusConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusTools/qt6dbus-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusPrivate/qt6dbus-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake:14 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake:46 (include)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:42 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6GuiTools"
+ configs:
+ -
+ filename: "Qt6GuiToolsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6guitools-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6GuiTools"
+ search_paths:
+ - "/usr/lib/cmake/Qt6WidgetsTools/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6GuiToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6guitools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/Qt6GuiToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/qt6guitools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/Qt6GuiToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/qt6guitools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/Qt6GuiToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/qt6guitools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:42 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6WidgetsTools"
+ configs:
+ -
+ filename: "Qt6WidgetsToolsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6widgetstools-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6WidgetsTools"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Widgets/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6WidgetsToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6widgetstools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/Qt6WidgetsToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/qt6widgetstools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/Qt6WidgetsToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/qt6widgetstools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/Qt6WidgetsToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/qt6widgetstools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:408 (find_path)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "path"
+ variable: "OPENGL_INCLUDE_DIR"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GL/gl.h"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/include/"
+ - "/usr/local/"
+ - "/usr/include/"
+ - "/usr/"
+ - "/include/"
+ - "/usr/X11R6/include/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/include/"
+ - "/usr/pkg/"
+ - "/opt/include/"
+ - "/opt/"
+ - "/usr/include/X11/"
+ - "/usr/share/doc/NVIDIA_GLX-1.0/include/"
+ - "/usr/openwin/share/include/"
+ - "/opt/graphics/OpenGL/include/"
+ searched_directories:
+ - "/home/nippy/.local/bin/GL/gl.h"
+ - "/usr/local/bin/GL/gl.h"
+ - "/usr/bin/GL/gl.h"
+ - "/usr/local/sbin/GL/gl.h"
+ - "/home/nippy/.local/share/flatpak/exports/bin/GL/gl.h"
+ - "/var/lib/flatpak/exports/bin/GL/gl.h"
+ - "/usr/bin/site_perl/GL/gl.h"
+ - "/usr/bin/vendor_perl/GL/gl.h"
+ - "/usr/bin/core_perl/GL/gl.h"
+ - "/usr/local/include/GL/gl.h"
+ - "/usr/local/GL/gl.h"
+ found: "/usr/include/"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_INCLUDE_PATH:
+ - "/usr/include/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:414 (find_path)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "path"
+ variable: "OPENGL_GLX_INCLUDE_DIR"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GL/glx.h"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/include/"
+ - "/usr/local/"
+ - "/usr/include/"
+ - "/usr/"
+ - "/include/"
+ - "/usr/X11R6/include/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/include/"
+ - "/usr/pkg/"
+ - "/opt/include/"
+ - "/opt/"
+ - "/usr/include/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/GL/glx.h"
+ - "/usr/local/bin/GL/glx.h"
+ - "/usr/bin/GL/glx.h"
+ - "/usr/local/sbin/GL/glx.h"
+ - "/home/nippy/.local/share/flatpak/exports/bin/GL/glx.h"
+ - "/var/lib/flatpak/exports/bin/GL/glx.h"
+ - "/usr/bin/site_perl/GL/glx.h"
+ - "/usr/bin/vendor_perl/GL/glx.h"
+ - "/usr/bin/core_perl/GL/glx.h"
+ - "/usr/local/include/GL/glx.h"
+ - "/usr/local/GL/glx.h"
+ found: "/usr/include/"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_INCLUDE_PATH:
+ - "/usr/include/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:415 (find_path)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "path"
+ variable: "OPENGL_EGL_INCLUDE_DIR"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "EGL/egl.h"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/include/"
+ - "/usr/local/"
+ - "/usr/include/"
+ - "/usr/"
+ - "/include/"
+ - "/usr/X11R6/include/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/include/"
+ - "/usr/pkg/"
+ - "/opt/include/"
+ - "/opt/"
+ - "/usr/include/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/EGL/egl.h"
+ - "/usr/local/bin/EGL/egl.h"
+ - "/usr/bin/EGL/egl.h"
+ - "/usr/local/sbin/EGL/egl.h"
+ - "/home/nippy/.local/share/flatpak/exports/bin/EGL/egl.h"
+ - "/var/lib/flatpak/exports/bin/EGL/egl.h"
+ - "/usr/bin/site_perl/EGL/egl.h"
+ - "/usr/bin/vendor_perl/EGL/egl.h"
+ - "/usr/bin/core_perl/EGL/egl.h"
+ - "/usr/local/include/EGL/egl.h"
+ - "/usr/local/EGL/egl.h"
+ found: "/usr/include/"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_INCLUDE_PATH:
+ - "/usr/include/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:416 (find_path)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "path"
+ variable: "OPENGL_GLES2_INCLUDE_DIR"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GLES2/gl2.h"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/include/"
+ - "/usr/local/"
+ - "/usr/include/"
+ - "/usr/"
+ - "/include/"
+ - "/usr/X11R6/include/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/include/"
+ - "/usr/pkg/"
+ - "/opt/include/"
+ - "/opt/"
+ - "/usr/include/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/GLES2/gl2.h"
+ - "/usr/local/bin/GLES2/gl2.h"
+ - "/usr/bin/GLES2/gl2.h"
+ - "/usr/local/sbin/GLES2/gl2.h"
+ - "/home/nippy/.local/share/flatpak/exports/bin/GLES2/gl2.h"
+ - "/var/lib/flatpak/exports/bin/GLES2/gl2.h"
+ - "/usr/bin/site_perl/GLES2/gl2.h"
+ - "/usr/bin/vendor_perl/GLES2/gl2.h"
+ - "/usr/bin/core_perl/GLES2/gl2.h"
+ - "/usr/local/include/GLES2/gl2.h"
+ - "/usr/local/GLES2/gl2.h"
+ found: "/usr/include/"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_INCLUDE_PATH:
+ - "/usr/include/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:417 (find_path)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "path"
+ variable: "OPENGL_GLES3_INCLUDE_DIR"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GLES3/gl3.h"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/include/"
+ - "/usr/local/"
+ - "/usr/include/"
+ - "/usr/"
+ - "/include/"
+ - "/usr/X11R6/include/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/include/"
+ - "/usr/pkg/"
+ - "/opt/include/"
+ - "/opt/"
+ - "/usr/include/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/GLES3/gl3.h"
+ - "/usr/local/bin/GLES3/gl3.h"
+ - "/usr/bin/GLES3/gl3.h"
+ - "/usr/local/sbin/GLES3/gl3.h"
+ - "/home/nippy/.local/share/flatpak/exports/bin/GLES3/gl3.h"
+ - "/var/lib/flatpak/exports/bin/GLES3/gl3.h"
+ - "/usr/bin/site_perl/GLES3/gl3.h"
+ - "/usr/bin/vendor_perl/GLES3/gl3.h"
+ - "/usr/bin/core_perl/GLES3/gl3.h"
+ - "/usr/local/include/GLES3/gl3.h"
+ - "/usr/local/GLES3/gl3.h"
+ found: "/usr/include/"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_INCLUDE_PATH:
+ - "/usr/include/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:418 (find_path)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "path"
+ variable: "OPENGL_xmesa_INCLUDE_DIR"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GL/xmesa.h"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/include/"
+ - "/usr/local/"
+ - "/usr/include/"
+ - "/usr/"
+ - "/include/"
+ - "/usr/X11R6/include/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/include/"
+ - "/usr/pkg/"
+ - "/opt/include/"
+ - "/opt/"
+ - "/usr/include/X11/"
+ - "/usr/share/doc/NVIDIA_GLX-1.0/include/"
+ - "/usr/openwin/share/include/"
+ - "/opt/graphics/OpenGL/include/"
+ searched_directories:
+ - "/home/nippy/.local/bin/GL/xmesa.h"
+ - "/usr/local/bin/GL/xmesa.h"
+ - "/usr/bin/GL/xmesa.h"
+ - "/usr/local/sbin/GL/xmesa.h"
+ - "/home/nippy/.local/share/flatpak/exports/bin/GL/xmesa.h"
+ - "/var/lib/flatpak/exports/bin/GL/xmesa.h"
+ - "/usr/bin/site_perl/GL/xmesa.h"
+ - "/usr/bin/vendor_perl/GL/xmesa.h"
+ - "/usr/bin/core_perl/GL/xmesa.h"
+ - "/usr/local/include/GL/xmesa.h"
+ - "/usr/local/GL/xmesa.h"
+ - "/usr/include/GL/xmesa.h"
+ - "/usr/GL/xmesa.h"
+ - "/include/GL/xmesa.h"
+ - "/usr/X11R6/include/GL/xmesa.h"
+ - "/usr/X11R6/GL/xmesa.h"
+ - "/usr/pkg/include/GL/xmesa.h"
+ - "/usr/pkg/GL/xmesa.h"
+ - "/opt/include/GL/xmesa.h"
+ - "/opt/GL/xmesa.h"
+ - "/usr/include/X11/GL/xmesa.h"
+ - "/usr/share/doc/NVIDIA_GLX-1.0/include/GL/xmesa.h"
+ - "/usr/openwin/share/include/GL/xmesa.h"
+ - "/opt/graphics/OpenGL/include/GL/xmesa.h"
+ found: false
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_INCLUDE_PATH:
+ - "/usr/include/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:424 (find_path)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "path"
+ variable: "OPENGL_GLU_INCLUDE_DIR"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GL/glu.h"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/include/"
+ - "/usr/local/"
+ - "/usr/include/"
+ - "/usr/"
+ - "/include/"
+ - "/usr/X11R6/include/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/include/"
+ - "/usr/pkg/"
+ - "/opt/include/"
+ - "/opt/"
+ - "/usr/include/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/GL/glu.h"
+ - "/usr/local/bin/GL/glu.h"
+ - "/usr/bin/GL/glu.h"
+ - "/usr/local/sbin/GL/glu.h"
+ - "/home/nippy/.local/share/flatpak/exports/bin/GL/glu.h"
+ - "/var/lib/flatpak/exports/bin/GL/glu.h"
+ - "/usr/bin/site_perl/GL/glu.h"
+ - "/usr/bin/vendor_perl/GL/glu.h"
+ - "/usr/bin/core_perl/GL/glu.h"
+ - "/usr/local/include/GL/glu.h"
+ - "/usr/local/GL/glu.h"
+ found: "/usr/include/"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_INCLUDE_PATH:
+ - "/usr/include/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:438 (find_library)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "library"
+ variable: "OPENGL_opengl_LIBRARY"
+ description: "Path to a library."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "OpenGL"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ - "/usr/lib/"
+ - "/usr/"
+ - "/lib/"
+ - "/usr/X11R6/lib/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/lib/"
+ - "/usr/pkg/"
+ - "/opt/lib/"
+ - "/opt/"
+ - "/usr/lib/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ found: "/usr/lib/libOpenGL.so"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_LIBRARY_PATH:
+ - "/usr/lib/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:443 (find_library)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "library"
+ variable: "OPENGL_glx_LIBRARY"
+ description: "Path to a library."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GLX"
+ candidate_directories:
+ - "/home/nippy/.local/bin/libglvnd/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/libglvnd/"
+ - "/usr/local/bin/"
+ - "/usr/bin/libglvnd/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/libglvnd/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/libglvnd/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/libglvnd/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/libglvnd/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/libglvnd/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/libglvnd/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/libglvnd/"
+ - "/usr/local/lib/"
+ - "/usr/local/libglvnd/"
+ - "/usr/local/"
+ - "/usr/lib/libglvnd/"
+ - "/usr/lib/"
+ - "/usr/libglvnd/"
+ - "/usr/"
+ - "/lib/libglvnd/"
+ - "/lib/"
+ - "/usr/X11R6/lib/libglvnd/"
+ - "/usr/X11R6/lib/"
+ - "/usr/X11R6/libglvnd/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/lib/libglvnd/"
+ - "/usr/pkg/lib/"
+ - "/usr/pkg/libglvnd/"
+ - "/usr/pkg/"
+ - "/opt/lib/libglvnd/"
+ - "/opt/lib/"
+ - "/opt/libglvnd/"
+ - "/opt/"
+ - "/usr/lib/X11/libglvnd/"
+ - "/usr/lib/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/libglvnd/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/libglvnd/"
+ - "/usr/local/bin/"
+ - "/usr/bin/libglvnd/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/libglvnd/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/libglvnd/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/libglvnd/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/libglvnd/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/libglvnd/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/libglvnd/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/libglvnd/"
+ - "/usr/local/lib/"
+ - "/usr/local/libglvnd/"
+ - "/usr/local/"
+ - "/usr/lib/libglvnd/"
+ found: "/usr/lib/libGLX.so"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_LIBRARY_PATH:
+ - "/usr/lib/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:449 (find_library)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "library"
+ variable: "OPENGL_egl_LIBRARY"
+ description: "Path to a library."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "EGL"
+ candidate_directories:
+ - "/home/nippy/.local/bin/libglvnd/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/libglvnd/"
+ - "/usr/local/bin/"
+ - "/usr/bin/libglvnd/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/libglvnd/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/libglvnd/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/libglvnd/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/libglvnd/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/libglvnd/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/libglvnd/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/libglvnd/"
+ - "/usr/local/lib/"
+ - "/usr/local/libglvnd/"
+ - "/usr/local/"
+ - "/usr/lib/libglvnd/"
+ - "/usr/lib/"
+ - "/usr/libglvnd/"
+ - "/usr/"
+ - "/lib/libglvnd/"
+ - "/lib/"
+ - "/usr/X11R6/lib/libglvnd/"
+ - "/usr/X11R6/lib/"
+ - "/usr/X11R6/libglvnd/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/lib/libglvnd/"
+ - "/usr/pkg/lib/"
+ - "/usr/pkg/libglvnd/"
+ - "/usr/pkg/"
+ - "/opt/lib/libglvnd/"
+ - "/opt/lib/"
+ - "/opt/libglvnd/"
+ - "/opt/"
+ - "/usr/lib/X11/libglvnd/"
+ - "/usr/lib/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/libglvnd/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/libglvnd/"
+ - "/usr/local/bin/"
+ - "/usr/bin/libglvnd/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/libglvnd/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/libglvnd/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/libglvnd/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/libglvnd/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/libglvnd/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/libglvnd/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/libglvnd/"
+ - "/usr/local/lib/"
+ - "/usr/local/libglvnd/"
+ - "/usr/local/"
+ - "/usr/lib/libglvnd/"
+ found: "/usr/lib/libEGL.so"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_LIBRARY_PATH:
+ - "/usr/lib/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:455 (find_library)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "library"
+ variable: "OPENGL_gles2_LIBRARY"
+ description: "Path to a library."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GLESv2"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ - "/usr/lib/"
+ - "/usr/"
+ - "/lib/"
+ - "/usr/X11R6/lib/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/lib/"
+ - "/usr/pkg/"
+ - "/opt/lib/"
+ - "/opt/"
+ - "/usr/lib/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ found: "/usr/lib/libGLESv2.so"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_LIBRARY_PATH:
+ - "/usr/lib/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:460 (find_library)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "library"
+ variable: "OPENGL_gles3_LIBRARY"
+ description: "Path to a library."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GLESv3"
+ - "GLESv2"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ - "/usr/lib/"
+ - "/usr/"
+ - "/lib/"
+ - "/usr/X11R6/lib/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/lib/"
+ - "/usr/pkg/"
+ - "/opt/lib/"
+ - "/opt/"
+ - "/usr/lib/X11/"
+ searched_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ - "/usr/lib/"
+ - "/usr/"
+ - "/lib/"
+ - "/usr/X11R6/lib/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/lib/"
+ - "/usr/pkg/"
+ - "/opt/lib/"
+ - "/opt/"
+ - "/usr/lib/X11/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ found: "/usr/lib/libGLESv2.so"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_LIBRARY_PATH:
+ - "/usr/lib/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindOpenGL.cmake:466 (find_library)"
+ - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "library"
+ variable: "OPENGL_glu_LIBRARY"
+ description: "Path to a library."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "GLU"
+ - "MesaGLU"
+ candidate_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ - "/usr/lib/"
+ - "/usr/"
+ - "/lib/"
+ - "/usr/X11R6/lib/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/lib/"
+ - "/usr/pkg/"
+ - "/opt/lib/"
+ - "/opt/"
+ - "/usr/lib/X11/"
+ - "/opt/graphics/OpenGL/lib/"
+ - "/usr/openwin/lib/"
+ - "/usr/shlib/"
+ searched_directories:
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ found: "/usr/lib/libGLU.so"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_LIBRARY_PATH:
+ - "/usr/lib/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindVulkan.cmake:392 (find_path)"
+ - "/usr/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake:13 (find_package)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "path"
+ variable: "Vulkan_INCLUDE_DIR"
+ description: "Path to a file."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "vulkan/vulkan.h"
+ candidate_directories:
+ - "/include/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/include/"
+ - "/usr/local/"
+ - "/usr/include/"
+ - "/usr/"
+ - "/include/"
+ - "/usr/X11R6/include/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/include/"
+ - "/usr/pkg/"
+ - "/opt/include/"
+ - "/opt/"
+ - "/usr/include/X11/"
+ searched_directories:
+ - "/include/vulkan/vulkan.h"
+ - "/home/nippy/.local/bin/vulkan/vulkan.h"
+ - "/usr/local/bin/vulkan/vulkan.h"
+ - "/usr/bin/vulkan/vulkan.h"
+ - "/usr/local/sbin/vulkan/vulkan.h"
+ - "/home/nippy/.local/share/flatpak/exports/bin/vulkan/vulkan.h"
+ - "/var/lib/flatpak/exports/bin/vulkan/vulkan.h"
+ - "/usr/bin/site_perl/vulkan/vulkan.h"
+ - "/usr/bin/vendor_perl/vulkan/vulkan.h"
+ - "/usr/bin/core_perl/vulkan/vulkan.h"
+ - "/usr/local/include/vulkan/vulkan.h"
+ - "/usr/local/vulkan/vulkan.h"
+ - "/usr/include/vulkan/vulkan.h"
+ - "/usr/vulkan/vulkan.h"
+ - "/include/vulkan/vulkan.h"
+ - "/usr/X11R6/include/vulkan/vulkan.h"
+ - "/usr/X11R6/vulkan/vulkan.h"
+ - "/usr/pkg/include/vulkan/vulkan.h"
+ - "/usr/pkg/vulkan/vulkan.h"
+ - "/opt/include/vulkan/vulkan.h"
+ - "/opt/vulkan/vulkan.h"
+ - "/usr/include/X11/vulkan/vulkan.h"
+ found: false
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_INCLUDE_PATH:
+ - "/usr/include/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindVulkan.cmake:399 (find_library)"
+ - "/usr/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake:13 (find_package)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "library"
+ variable: "Vulkan_LIBRARY"
+ description: "Path to a library."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "vulkan"
+ candidate_directories:
+ - "/lib/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/lib/"
+ - "/usr/local/"
+ - "/usr/lib/"
+ - "/usr/"
+ - "/lib/"
+ - "/usr/X11R6/lib/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/lib/"
+ - "/usr/pkg/"
+ - "/opt/lib/"
+ - "/opt/"
+ - "/usr/lib/X11/"
+ found: "/lib/libvulkan.so"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_SYSTEM_LIBRARY_PATH:
+ - "/usr/lib/X11"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindVulkan.cmake:407 (find_program)"
+ - "/usr/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake:13 (find_package)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "program"
+ variable: "Vulkan_GLSLC_EXECUTABLE"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "glslc"
+ candidate_directories:
+ - "/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/usr/local/"
+ - "/usr/bin/"
+ - "/usr/sbin/"
+ - "/usr/"
+ - "/bin/"
+ - "/sbin/"
+ - "/usr/X11R6/bin/"
+ - "/usr/X11R6/sbin/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/bin/"
+ - "/usr/pkg/sbin/"
+ - "/usr/pkg/"
+ - "/opt/bin/"
+ - "/opt/sbin/"
+ - "/opt/"
+ found: "/bin/glslc"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/FindVulkan.cmake:415 (find_program)"
+ - "/usr/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake:13 (find_package)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)"
+ - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ mode: "program"
+ variable: "Vulkan_GLSLANG_VALIDATOR_EXECUTABLE"
+ description: "Path to a program."
+ settings:
+ SearchFramework: "NEVER"
+ SearchAppBundle: "NEVER"
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ names:
+ - "glslangValidator"
+ candidate_directories:
+ - "/bin/"
+ - "/home/nippy/.local/bin/"
+ - "/usr/local/bin/"
+ - "/usr/bin/"
+ - "/usr/local/sbin/"
+ - "/home/nippy/.local/share/flatpak/exports/bin/"
+ - "/var/lib/flatpak/exports/bin/"
+ - "/usr/bin/site_perl/"
+ - "/usr/bin/vendor_perl/"
+ - "/usr/bin/core_perl/"
+ - "/usr/local/bin/"
+ - "/usr/local/sbin/"
+ - "/usr/local/"
+ - "/usr/bin/"
+ - "/usr/sbin/"
+ - "/usr/"
+ - "/bin/"
+ - "/sbin/"
+ - "/usr/X11R6/bin/"
+ - "/usr/X11R6/sbin/"
+ - "/usr/X11R6/"
+ - "/usr/pkg/bin/"
+ - "/usr/pkg/sbin/"
+ - "/usr/pkg/"
+ - "/opt/bin/"
+ - "/opt/sbin/"
+ - "/opt/"
+ found: "/bin/glslangValidator"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6Gui"
+ configs:
+ -
+ filename: "Qt6GuiConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6gui-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6Gui"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Widgets/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6GuiConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6gui-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6gui-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiTools/Qt6GuiConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiTools/qt6gui-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiPrivate/qt6gui-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6Widgets"
+ configs:
+ -
+ filename: "Qt6WidgetsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6widgets-config.cmake"
+ kind: "cmake"
+ version_request:
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6Widgets"
+ search_paths:
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6WidgetsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6widgets-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6widgets-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsTools/qt6widgets-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsPrivate/qt6widgets-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake:14 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake:46 (include)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:42 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QmlTools"
+ configs:
+ -
+ filename: "Qt6QmlToolsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6qmltools-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QmlTools"
+ search_paths:
+ - "/usr/lib/cmake/Qt6QuickTools/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QmlToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6qmltools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/Qt6QmlToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/qt6qmltools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/Qt6QmlToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/qt6qmltools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/Qt6QmlToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/qt6qmltools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:42 (_qt_internal_find_tool_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QuickTools"
+ configs:
+ -
+ filename: "Qt6QuickToolsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6quicktools-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QuickTools"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Quick/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QuickToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6quicktools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/Qt6QuickToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/qt6quicktools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/Qt6QuickToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/qt6quicktools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/Qt6QuickToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/qt6quicktools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:53 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QmlIntegration"
+ configs:
+ -
+ filename: "Qt6QmlIntegrationConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6qmlintegration-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QmlIntegration"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Qml/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QmlIntegrationConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6qmlintegration-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlIntegrationConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6qmlintegration-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:53 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6Network"
+ configs:
+ -
+ filename: "Qt6NetworkConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6network-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6Network"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Qml/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6NetworkConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6network-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6NetworkConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6network-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6NetworkPrivate/Qt6NetworkConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6NetworkPrivate/qt6network-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake:34 (find_package)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:201 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QmlCompilerPlusPrivateTools"
+ configs:
+ -
+ filename: "Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6qmlcompilerplusprivatetools-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: true
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QmlCompilerPlusPrivateTools"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/share/flatpak/exports/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/share/flatpak/exports/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/var/lib/flatpak/exports/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/var/lib/flatpak/exports/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/bin/site_perl/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/bin/site_perl/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/bin/vendor_perl/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/bin/vendor_perl/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/bin/core_perl/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/bin/core_perl/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/opt/Qt6QmlCompilerPlusPrivateToolsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/opt/qt6qmlcompilerplusprivatetools-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found: null
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginDependencies.cmake:22 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake:62 (include)"
+ - "/usr/lib/cmake/Qt6/QtPublicPluginHelpers.cmake:638 (include)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake:6 (__qt_internal_include_qml_plugin_packages)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:205 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6Concurrent"
+ configs:
+ -
+ filename: "Qt6ConcurrentConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6concurrent-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6Concurrent"
+ search_paths:
+ - "/usr/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6ConcurrentConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6concurrent-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ConcurrentConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6concurrent-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginDependencies.cmake:22 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake:62 (include)"
+ - "/usr/lib/cmake/Qt6/QtPublicPluginHelpers.cmake:638 (include)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake:6 (__qt_internal_include_qml_plugin_packages)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:205 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6ExamplesAssetDownloaderPrivate"
+ configs:
+ -
+ filename: "Qt6ExamplesAssetDownloaderPrivateConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6examplesassetdownloaderprivate-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6ExamplesAssetDownloaderPrivate"
+ search_paths:
+ - "/usr/lib/cmake/Qt6QmlAssetDownloader/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6ExamplesAssetDownloaderPrivateConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6examplesassetdownloaderprivate-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ExamplesAssetDownloaderPrivateConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6examplesassetdownloaderprivate-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginDependencies.cmake:22 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake:62 (include)"
+ - "/usr/lib/cmake/Qt6/QtPublicPluginHelpers.cmake:638 (include)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake:6 (__qt_internal_include_qml_plugin_packages)"
+ - "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:205 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QmlAssetDownloader"
+ configs:
+ -
+ filename: "Qt6QmlAssetDownloaderConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6qmlassetdownloader-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QmlAssetDownloader"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Qml/QmlPlugins/../.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QmlAssetDownloaderConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6qmlassetdownloader-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloaderConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6qmlassetdownloader-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloaderPrivate/qt6qmlassetdownloader-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6Qml"
+ configs:
+ -
+ filename: "Qt6QmlConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6qml-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6Qml"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Quick/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlXmlListModelPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlXmlListModel/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlXmlListModel/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScriptPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScript/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScript/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlTypeRegistrarPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlTools/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlTools/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlToolingSettingsPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlNetworkPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlNetwork/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlNetwork/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModelsPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModelsPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModels/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModels/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMetaPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMetaPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMeta/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMeta/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLocalStoragePrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLocalStorage/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLocalStorage/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLSPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLSPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlIntegration/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlIntegration/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlImportScanner/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlImportScanner/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlFormatPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlFormatPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlDomPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlDomPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlDebugPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCorePrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCorePrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCore/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCore/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCompilerPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCompiler/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCompiler/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloaderPrivate/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloader/qt6qml-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QmlModels"
+ configs:
+ -
+ filename: "Qt6QmlModelsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6qmlmodels-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QmlModels"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Quick/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QmlModelsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6qmlmodels-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModelsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6qmlmodels-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModelsPrivate/qt6qmlmodels-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6QmlMeta/Qt6QmlMetaDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfig.cmake:50 (include)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QmlWorkerScript"
+ configs:
+ -
+ filename: "Qt6QmlWorkerScriptConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6qmlworkerscript-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QmlWorkerScript"
+ search_paths:
+ - "/usr/lib/cmake/Qt6QmlMeta/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QmlWorkerScriptConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6qmlworkerscript-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScriptConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6qmlworkerscript-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScriptPrivate/qt6qmlworkerscript-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QmlMeta"
+ configs:
+ -
+ filename: "Qt6QmlMetaConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6qmlmeta-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QmlMeta"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Quick/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QmlMetaConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6qmlmeta-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMetaConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6qmlmeta-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMetaPrivate/qt6qmlmeta-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)"
+ - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)"
+ - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:50 (_qt_internal_find_qt_dependencies)"
+ - "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)"
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6OpenGL"
+ configs:
+ -
+ filename: "Qt6OpenGLConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6opengl-config.cmake"
+ kind: "cmake"
+ version_request:
+ version: "6.10.1"
+ version_complete: "6.10.1"
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6OpenGL"
+ search_paths:
+ - "/usr/lib/cmake/Qt6Quick/.."
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6OpenGLConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6opengl-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6opengl-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLWidgets/qt6opengl-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLPrivate/qt6opengl-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6Quick"
+ configs:
+ -
+ filename: "Qt6QuickConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6quick-config.cmake"
+ kind: "cmake"
+ version_request:
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6Quick"
+ search_paths:
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgetsPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgets/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgets/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImagePrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageHelpersPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageHelpers/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageGeneratorPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImage/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImage/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTools/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTools/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTestUtilsPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTestPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTestPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTest/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTest/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTemplates2Private/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTemplates2Private/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTemplates2/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTemplates2/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickShapesPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickShapesDesignHelpersPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickParticlesPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickLayoutsPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickLayouts/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickLayouts/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickEffectsPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickEffects/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickEffects/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2UtilsPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2Utils/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2QuickImplPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2QuickImpl/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2Private/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2Private/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControlsTestUtilsPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalStyleImpl/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Universal/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Universal/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Private/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Private/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialStyleImpl/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Material/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Material/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImplPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Impl/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Impl/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImagineStyleImpl/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImaginePrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Imagine/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Imagine/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionStyleImpl/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Fusion/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Fusion/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicStyleImpl/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Basic/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Basic/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Quick3DSpatialAudioPrivate/Qt6QuickConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Quick3DSpatialAudioPrivate/qt6quick-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "/usr/lib/cmake/Qt6/Qt6Config.cmake:247 (find_package)"
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6QuickWidgets"
+ configs:
+ -
+ filename: "Qt6QuickWidgetsConfig.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6quickwidgets-config.cmake"
+ kind: "cmake"
+ version_request:
+ exact: false
+ settings:
+ required: "optional"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6QuickWidgets"
+ search_paths:
+ - "/usr/lib/cmake"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: false
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6QuickWidgetsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6quickwidgets-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgetsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/qt6quickwidgets-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsConfig.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgetsPrivate/qt6quickwidgets-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsConfig.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ -
+ kind: "find_package-v1"
+ backtrace:
+ - "CMakeLists.txt:1 (find_package)"
+ name: "Qt6"
+ components:
+ -
+ name: "DBus"
+ required: true
+ found: false
+ -
+ name: "Widgets"
+ required: true
+ found: false
+ -
+ name: "Quick"
+ required: true
+ found: false
+ -
+ name: "QuickWidgets"
+ required: true
+ found: false
+ -
+ name: "Network"
+ required: true
+ found: false
+ configs:
+ -
+ filename: "Qt6Config.cmake"
+ kind: "cmake"
+ -
+ filename: "qt6-config.cmake"
+ kind: "cmake"
+ version_request:
+ exact: false
+ settings:
+ required: "required_explicit"
+ quiet: false
+ global: false
+ policy_scope: true
+ bypass_provider: false
+ names:
+ - "Qt6"
+ path_suffixes:
+ - ""
+ paths:
+ CMAKE_FIND_USE_CMAKE_PATH: true
+ CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
+ CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
+ CMAKE_FIND_USE_INSTALL_PREFIX: true
+ CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true
+ CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true
+ CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true
+ CMAKE_FIND_ROOT_PATH_MODE: "BOTH"
+ candidates:
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/Raveos-beta/RaveOS-PKGBUILD-beta/raveos-calamares-module/wifi/build/CMakeFiles/pkgRedirects/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/home/nippy/.local/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/local/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6XmlPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6XmlPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Xml/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Xml/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6XcbQpaPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6XcbQpaPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WlShellIntegrationPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WidgetsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Widgets/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Widgets/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WaylandScannerTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WaylandScannerTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WaylandGlobalPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WaylandGlobalPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WaylandClientPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WaylandClientPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WaylandClient/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6WaylandClient/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6UiToolsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6UiToolsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6UiTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6UiTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6UiPlugin/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6UiPlugin/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ToolsTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ToolsTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Tools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Tools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6TextToSpeechPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6TextToSpeechPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6TextToSpeech/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6TextToSpeech/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6TestPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6TestPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6TestInternalsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6TestInternalsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Test/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Test/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SvgWidgets/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SvgWidgets/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SvgPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SvgPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Svg/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Svg/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SqlPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SqlPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Sql/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Sql/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SpatialAudioPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SpatialAudioPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SpatialAudio/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6SpatialAudio/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ShaderToolsTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ShaderToolsTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ShaderToolsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ShaderToolsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ShaderTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ShaderTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgetsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgetsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgets/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickWidgets/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImagePrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImagePrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageHelpersPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageHelpers/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageHelpers/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImageGeneratorPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImage/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickVectorImage/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTestUtilsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTestPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTestPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTest/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTest/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTemplates2Private/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTemplates2Private/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTemplates2/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickTemplates2/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickShapesPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickShapesPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickShapesDesignHelpersPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickParticlesPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickParticlesPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickLayoutsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickLayoutsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickLayouts/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickLayouts/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickEffectsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickEffectsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickEffects/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickEffects/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2UtilsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2Utils/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2Utils/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2QuickImplPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2QuickImpl/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2Private/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2Private/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickDialogs2/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControlsTestUtilsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalStyleImpl/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2UniversalPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Universal/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Universal/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Private/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Private/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialStyleImpl/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2MaterialPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Material/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Material/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImplPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImplPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Impl/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Impl/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImagineStyleImpl/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2ImaginePrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Imagine/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Imagine/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionStyleImpl/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FusionPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Fusion/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Fusion/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicStyleImpl/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2BasicPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Basic/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2Basic/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QuickControls2/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Quick3DSpatialAudioPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Quick3DSpatialAudioPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Quick/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Quick/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlXmlListModelPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlXmlListModelPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlXmlListModel/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlXmlListModel/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScriptPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScript/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlWorkerScript/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlTypeRegistrarPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlToolingSettingsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlNetworkPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlNetworkPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlNetwork/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlNetwork/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModelsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModelsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModels/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlModels/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMetaPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMetaPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMeta/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlMeta/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLocalStoragePrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLocalStoragePrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLocalStorage/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLocalStorage/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLSPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlLSPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlIntegration/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlIntegration/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlImportScanner/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlImportScanner/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlFormatPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlFormatPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlDomPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlDomPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlDebugPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlDebugPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCorePrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCorePrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCore/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCore/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCompilerPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCompilerPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCompiler/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlCompiler/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloaderPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloader/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QmlAssetDownloader/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Qml/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Qml/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QDocCatchPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QDocCatchPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QDocCatchGeneratorsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QDocCatchGeneratorsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QDocCatchConversionsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6QDocCatchConversionsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6PrintSupportPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6PrintSupportPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6PrintSupport/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6PrintSupport/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6PacketProtocolPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6PacketProtocolPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLWidgets/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLWidgets/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGLPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGL/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6OpenGL/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6NetworkPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6NetworkPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Network/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Network/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaWidgetsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaWidgets/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaWidgets/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaTestLibPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaTestLibPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaQuickPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaQuickPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6MultimediaPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Multimedia/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Multimedia/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LinguistTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LinguistTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Linguist/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Linguist/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsWavefrontMeshPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsWavefrontMesh/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsWavefrontMesh/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSynchronizerPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSynchronizerPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSynchronizer/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSynchronizer/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSharedImagePrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSharedImagePrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSharedImage/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSharedImage/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSettingsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSettingsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSettings/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsSettings/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsQmlModelsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsQmlModelsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsQmlModels/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsQmlModels/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsPlatformPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsPlatformPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsPlatform/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsPlatform/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsFolderListModelPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsFolderListModelPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsFolderListModel/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsFolderListModel/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsAnimationPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsAnimationPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsAnimation/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6LabsAnimation/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6KmsSupportPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6KmsSupportPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6InputSupportPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6InputSupportPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6HostInfo/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6HostInfo/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6HelpPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6HelpPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Help/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Help/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6GuiPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Gui/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Gui/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6FbSupportPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6FbSupportPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6FFmpegMediaPluginImplPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ExampleIconsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ExampleIconsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6EglFsKmsSupportPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DeviceDiscoverySupportPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DesignerPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DesignerPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DesignerComponentsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DesignerComponentsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Designer/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Designer/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBusPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBus/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6DBus/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CoreTools/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CoreTools/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CorePrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6CorePrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core5CompatPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core5CompatPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core5Compat/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core5Compat/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Core/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Concurrent/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Concurrent/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ChartsQmlPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ChartsQmlPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ChartsQml/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ChartsQml/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ChartsPrivate/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6ChartsPrivate/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Charts/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6Charts/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6BundledResonanceAudio/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6BundledResonanceAudio/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6BuildInternals/Qt6Config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ -
+ path: "/usr/lib/cmake/Qt6BuildInternals/qt6-config.cmake"
+ mode: "config"
+ reason: "no_exist"
+ found:
+ path: "/usr/lib/cmake/Qt6/Qt6Config.cmake"
+ mode: "config"
+ version: "6.10.1"
+ search_context:
+ ENV{PATH}:
+ - "/home/nippy/.local/bin"
+ - "/usr/local/bin"
+ - "/usr/bin"
+ - "/usr/local/sbin"
+ - "/home/nippy/.local/share/flatpak/exports/bin"
+ - "/var/lib/flatpak/exports/bin"
+ - "/usr/bin/site_perl"
+ - "/usr/bin/vendor_perl"
+ - "/usr/bin/core_perl"
+ CMAKE_INSTALL_PREFIX: "/usr/local"
+ CMAKE_SYSTEM_PREFIX_PATH:
+ - "/usr/local"
+ - "/usr"
+ - "/"
+ - "/usr"
+ - "/usr/local"
+ - "/usr/X11R6"
+ - "/usr/pkg"
+ - "/opt"
+ CMAKE_MODULE_PATH:
+ - "/usr/lib/cmake/Qt6"
+ - "/usr/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules"
+ - "/usr/lib/cmake/Qt6/3rdparty/kwin"
+...
diff --git a/raveos-calamares-module/wifi/build/CMakeFiles/cmake.check_cache b/raveos-calamares-module/wifi/build/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/raveos-calamares-module/wifi/build/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file