# This is the CMakeCache file.
# For build in directory: /home/scott/BUILD/TWISTER-PANTHER-LAUNCHEER/panther_launcher-master/install
# 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
########################

//Build API documentation if Valadoc is available
BUILD_VALADOC:BOOL=OFF

//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-8

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-8

//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-8

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-8

//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

//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=OFF

//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/i386-linux-gnu)
CMAKE_INSTALL_LIBDIR:PATH=lib/i386-linux-gnu

//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

//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_DESCRIPTION:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=panther_launcher

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//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 linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker 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

//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

//DISABLE_FLASHBACK
DISABLE_FLASHBACK:BOOL=1

//DISABLE_MATE
DISABLE_MATE:BOOL=1

//Compile GSettings Schemas after installation
GSETTINGS_COMPILE:BOOL=ON

//Install GSettings Schemas locally instead of to the GLib prefix
GSETTINGS_LOCALINSTALL:BOOL=ON

//Path to a program.
GTK_UPDATE_ICON_CACHE:FILEPATH=/usr/bin/gtk-update-icon-cache

//HAS_PLANK
HAS_PLANK:BOOL=OFF

//HAVE_ZEITGEIST
HAVE_ZEITGEIST:BOOL=OFF

//Update the icon cache after installing
ICON_UPDATE:BOOL=ON

//Path to a program.
MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config

//Path to a program.
VALA_EXECUTABLE:FILEPATH=/usr/bin/valac

//Path to a program.
XGETTEXT_EXECUTABLE:FILEPATH=/usr/bin/xgettext

//Value Computed by CMake
panther_launcher_BINARY_DIR:STATIC=/home/scott/BUILD/TWISTER-PANTHER-LAUNCHEER/panther_launcher-master/install

//Value Computed by CMake
panther_launcher_SOURCE_DIR:STATIC=/home/scott/BUILD/TWISTER-PANTHER-LAUNCHEER/panther_launcher-master

//Path to a library.
pkgcfg_lib_DEPS_atk-1.0:FILEPATH=/usr/lib/i386-linux-gnu/libatk-1.0.so

//Path to a library.
pkgcfg_lib_DEPS_cairo:FILEPATH=/usr/lib/i386-linux-gnu/libcairo.so

//Path to a library.
pkgcfg_lib_DEPS_cairo-gobject:FILEPATH=/usr/lib/i386-linux-gnu/libcairo-gobject.so

//Path to a library.
pkgcfg_lib_DEPS_gdk-3:FILEPATH=/usr/lib/i386-linux-gnu/libgdk-3.so

//Path to a library.
pkgcfg_lib_DEPS_gdk_pixbuf-2.0:FILEPATH=/usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so

//Path to a library.
pkgcfg_lib_DEPS_gee-0.8:FILEPATH=/usr/lib/i386-linux-gnu/libgee-0.8.so

//Path to a library.
pkgcfg_lib_DEPS_gio-2.0:FILEPATH=/usr/lib/i386-linux-gnu/libgio-2.0.so

//Path to a library.
pkgcfg_lib_DEPS_glib-2.0:FILEPATH=/usr/lib/i386-linux-gnu/libglib-2.0.so

//Path to a library.
pkgcfg_lib_DEPS_gnome-menu-3:FILEPATH=/usr/lib/i386-linux-gnu/libgnome-menu-3.so

//Path to a library.
pkgcfg_lib_DEPS_gobject-2.0:FILEPATH=/usr/lib/i386-linux-gnu/libgobject-2.0.so

//Path to a library.
pkgcfg_lib_DEPS_gtk-3:FILEPATH=/usr/lib/i386-linux-gnu/libgtk-3.so

//Path to a library.
pkgcfg_lib_DEPS_json-glib-1.0:FILEPATH=/usr/lib/i386-linux-gnu/libjson-glib-1.0.so

//Path to a library.
pkgcfg_lib_DEPS_pango-1.0:FILEPATH=/usr/lib/i386-linux-gnu/libpango-1.0.so

//Path to a library.
pkgcfg_lib_DEPS_pangocairo-1.0:FILEPATH=/usr/lib/i386-linux-gnu/libpangocairo-1.0.so

//Path to a library.
pkgcfg_lib_DEPS_soup-2.4:FILEPATH=/usr/lib/i386-linux-gnu/libsoup-2.4.so


########################
# INTERNAL cache entries
########################

//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/scott/BUILD/TWISTER-PANTHER-LAUNCHEER/panther_launcher-master/install
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=13
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
//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
//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=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/scott/BUILD/TWISTER-PANTHER-LAUNCHEER/panther_launcher-master
//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=1
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//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=13
//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
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.13
//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
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
DEPS_CFLAGS:INTERNAL=-pthread;-I/usr/include/gtk-3.0;-I/usr/include/at-spi2-atk/2.0;-I/usr/include/at-spi-2.0;-I/usr/include/dbus-1.0;-I/usr/lib/i386-linux-gnu/dbus-1.0/include;-I/usr/include/atk-1.0;-I/usr/include/gtk-3.0;-I/usr/include/cairo;-I/usr/include/libdrm;-I/usr/include/cairo;-I/usr/include/gdk-pixbuf-2.0;-I/usr/include/gee-0.8;-I/usr/include/json-glib-1.0;-I/usr/include/gnome-menus-3.0;-I/usr/include/gio-unix-2.0;-I/usr/include/libsoup-2.4;-I/usr/include/libxml2;-I/usr/include/libmount;-I/usr/include/blkid;-I/usr/include/pango-1.0;-I/usr/include/harfbuzz;-I/usr/include/pango-1.0;-I/usr/include/fribidi;-I/usr/include/cairo;-I/usr/include/glib-2.0;-I/usr/lib/i386-linux-gnu/glib-2.0/include;-I/usr/include/pixman-1;-I/usr/include/uuid;-I/usr/include/freetype2;-I/usr/include/libpng16
DEPS_CFLAGS_I:INTERNAL=
DEPS_CFLAGS_OTHER:INTERNAL=-pthread
DEPS_FOUND:INTERNAL=1
DEPS_INCLUDEDIR:INTERNAL=
DEPS_INCLUDE_DIRS:INTERNAL=/usr/include/gtk-3.0;/usr/include/at-spi2-atk/2.0;/usr/include/at-spi-2.0;/usr/include/dbus-1.0;/usr/lib/i386-linux-gnu/dbus-1.0/include;/usr/include/atk-1.0;/usr/include/gtk-3.0;/usr/include/cairo;/usr/include/libdrm;/usr/include/cairo;/usr/include/gdk-pixbuf-2.0;/usr/include/gee-0.8;/usr/include/json-glib-1.0;/usr/include/gnome-menus-3.0;/usr/include/gio-unix-2.0;/usr/include/libsoup-2.4;/usr/include/libxml2;/usr/include/libmount;/usr/include/blkid;/usr/include/pango-1.0;/usr/include/harfbuzz;/usr/include/pango-1.0;/usr/include/fribidi;/usr/include/cairo;/usr/include/glib-2.0;/usr/lib/i386-linux-gnu/glib-2.0/include;/usr/include/pixman-1;/usr/include/uuid;/usr/include/freetype2;/usr/include/libpng16
DEPS_LDFLAGS:INTERNAL=-lgtk-3;-latk-1.0;-lgdk-3;-lcairo-gobject;-lgdk_pixbuf-2.0;-lgee-0.8;-ljson-glib-1.0;-lgnome-menu-3;-lsoup-2.4;-lgio-2.0;-lpangocairo-1.0;-lpango-1.0;-lgobject-2.0;-lglib-2.0;-lcairo
DEPS_LDFLAGS_OTHER:INTERNAL=
DEPS_LIBDIR:INTERNAL=
DEPS_LIBRARIES:INTERNAL=gtk-3;atk-1.0;gdk-3;cairo-gobject;gdk_pixbuf-2.0;gee-0.8;json-glib-1.0;gnome-menu-3;soup-2.4;gio-2.0;pangocairo-1.0;pango-1.0;gobject-2.0;glib-2.0;cairo
DEPS_LIBRARY_DIRS:INTERNAL=
DEPS_LIBS:INTERNAL=
DEPS_LIBS_L:INTERNAL=
DEPS_LIBS_OTHER:INTERNAL=
DEPS_LIBS_PATHS:INTERNAL=
DEPS_PREFIX:INTERNAL=
DEPS_STATIC_CFLAGS:INTERNAL=-pthread;-I/usr/include/gtk-3.0;-I/usr/include/at-spi2-atk/2.0;-I/usr/include/at-spi-2.0;-I/usr/include/dbus-1.0;-I/usr/lib/i386-linux-gnu/dbus-1.0/include;-I/usr/include/atk-1.0;-I/usr/include/gtk-3.0;-I/usr/include/cairo;-I/usr/include/libdrm;-I/usr/include/cairo;-I/usr/include/gdk-pixbuf-2.0;-I/usr/include/gee-0.8;-I/usr/include/json-glib-1.0;-I/usr/include/gnome-menus-3.0;-I/usr/include/gio-unix-2.0;-I/usr/include/libsoup-2.4;-I/usr/include/libxml2;-I/usr/include/libmount;-I/usr/include/blkid;-I/usr/include/pango-1.0;-I/usr/include/harfbuzz;-I/usr/include/pango-1.0;-I/usr/include/fribidi;-I/usr/include/cairo;-I/usr/include/glib-2.0;-I/usr/lib/i386-linux-gnu/glib-2.0/include;-I/usr/include/pixman-1;-I/usr/include/uuid;-I/usr/include/freetype2;-I/usr/include/libpng16
DEPS_STATIC_CFLAGS_I:INTERNAL=
DEPS_STATIC_CFLAGS_OTHER:INTERNAL=-pthread
DEPS_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/gtk-3.0;/usr/include/at-spi2-atk/2.0;/usr/include/at-spi-2.0;/usr/include/dbus-1.0;/usr/lib/i386-linux-gnu/dbus-1.0/include;/usr/include/atk-1.0;/usr/include/gtk-3.0;/usr/include/cairo;/usr/include/libdrm;/usr/include/cairo;/usr/include/gdk-pixbuf-2.0;/usr/include/gee-0.8;/usr/include/json-glib-1.0;/usr/include/gnome-menus-3.0;/usr/include/gio-unix-2.0;/usr/include/libsoup-2.4;/usr/include/libxml2;/usr/include/libmount;/usr/include/blkid;/usr/include/pango-1.0;/usr/include/harfbuzz;/usr/include/pango-1.0;/usr/include/fribidi;/usr/include/cairo;/usr/include/glib-2.0;/usr/lib/i386-linux-gnu/glib-2.0/include;/usr/include/pixman-1;/usr/include/uuid;/usr/include/freetype2;/usr/include/libpng16
DEPS_STATIC_LDFLAGS:INTERNAL=-lgtk-3;-latk-bridge-2.0;-latspi;-ldbus-1;-lpthread;-lsystemd;-latk-1.0;-lgdk-3;-lXinerama;-lXi;-lXrandr;-lXcursor;-lXcomposite;-lxkbcommon;-lwayland-cursor;-lwayland-egl;-lwayland-client;-lepoxy;-ldl;-lGL;-lpthread;-pthread;-lm;-ldl;-lEGL;-lpthread;-pthread;-lm;-ldl;-lXdamage;-lXfixes;-lX11-xcb;-lxcb-glx;-lxcb-dri2;-lXxf86vm;-ldrm;-lcairo-gobject;-lgdk_pixbuf-2.0;-lm;-lgee-0.8;-ljson-glib-1.0;-lgnome-menu-3;-lsoup-2.4;-lxml2;-licui18n;-licuuc;-licudata;-lz;-llzma;-lm;-lgio-2.0;-ldl;-pthread;-lresolv;-lgmodule-2.0;-pthread;-ldl;-lmount;-lblkid;-lselinux;-lsepol;-lpangocairo-1.0;-lpangoft2-1.0;-lharfbuzz;-lm;-lgraphite2;-lpango-1.0;-lm;-lfribidi;-lcairo;-lz;-lgobject-2.0;-pthread;-lffi;-lglib-2.0;-pthread;-lpcre;-pthread;-lpixman-1;-lfontconfig;-luuid;-lexpat;-lfreetype;-lpng16;-lm;-lz;-lm;-lz;-lxcb-shm;-lxcb-render;-lXrender;-lXext;-lX11;-lpthread;-lxcb;-lXau;-lXdmcp
DEPS_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
DEPS_STATIC_LIBDIR:INTERNAL=
DEPS_STATIC_LIBRARIES:INTERNAL=gtk-3;atk-bridge-2.0;atspi;dbus-1;pthread;systemd;atk-1.0;gdk-3;Xinerama;Xi;Xrandr;Xcursor;Xcomposite;xkbcommon;wayland-cursor;wayland-egl;wayland-client;epoxy;dl;GL;pthread;m;dl;EGL;pthread;m;dl;Xdamage;Xfixes;X11-xcb;xcb-glx;xcb-dri2;Xxf86vm;drm;cairo-gobject;gdk_pixbuf-2.0;m;gee-0.8;json-glib-1.0;gnome-menu-3;soup-2.4;xml2;icui18n;icuuc;icudata;z;lzma;m;gio-2.0;dl;resolv;gmodule-2.0;dl;mount;blkid;selinux;sepol;pangocairo-1.0;pangoft2-1.0;harfbuzz;m;graphite2;pango-1.0;m;fribidi;cairo;z;gobject-2.0;ffi;glib-2.0;pcre;pixman-1;fontconfig;uuid;expat;freetype;png16;m;z;m;z;xcb-shm;xcb-render;Xrender;Xext;X11;pthread;xcb;Xau;Xdmcp
DEPS_STATIC_LIBRARY_DIRS:INTERNAL=
DEPS_STATIC_LIBS:INTERNAL=
DEPS_STATIC_LIBS_L:INTERNAL=
DEPS_STATIC_LIBS_OTHER:INTERNAL=
DEPS_STATIC_LIBS_PATHS:INTERNAL=
DEPS_VERSION:INTERNAL=
DEPS_cairo_INCLUDEDIR:INTERNAL=/usr/include
DEPS_cairo_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_cairo_PREFIX:INTERNAL=/usr
DEPS_cairo_VERSION:INTERNAL=1.16.0
DEPS_gdk-3.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_gdk-3.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_gdk-3.0_PREFIX:INTERNAL=/usr
DEPS_gdk-3.0_VERSION:INTERNAL=3.24.5
DEPS_gdk-pixbuf-2.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_gdk-pixbuf-2.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_gdk-pixbuf-2.0_PREFIX:INTERNAL=/usr
DEPS_gdk-pixbuf-2.0_VERSION:INTERNAL=2.38.1
DEPS_gee-0.8_INCLUDEDIR:INTERNAL=/usr/include
DEPS_gee-0.8_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_gee-0.8_PREFIX:INTERNAL=/usr
DEPS_gee-0.8_VERSION:INTERNAL=0.20.1
DEPS_gio-2.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_gio-2.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_gio-2.0_PREFIX:INTERNAL=/usr
DEPS_gio-2.0_VERSION:INTERNAL=2.58.3
DEPS_gio-unix-2.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_gio-unix-2.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_gio-unix-2.0_PREFIX:INTERNAL=/usr
DEPS_gio-unix-2.0_VERSION:INTERNAL=2.58.3
DEPS_glib-2.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_glib-2.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_glib-2.0_PREFIX:INTERNAL=/usr
DEPS_glib-2.0_VERSION:INTERNAL=2.58.3
DEPS_gobject-2.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_gobject-2.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_gobject-2.0_PREFIX:INTERNAL=/usr
DEPS_gobject-2.0_VERSION:INTERNAL=2.58.3
DEPS_gtk+-3.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_gtk+-3.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_gtk+-3.0_PREFIX:INTERNAL=/usr
DEPS_gtk+-3.0_VERSION:INTERNAL=3.24.5
DEPS_json-glib-1.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_json-glib-1.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_json-glib-1.0_PREFIX:INTERNAL=/usr
DEPS_json-glib-1.0_VERSION:INTERNAL=1.4.4
DEPS_libgnome-menu-3.0_INCLUDEDIR:INTERNAL=/usr/include
DEPS_libgnome-menu-3.0_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_libgnome-menu-3.0_PREFIX:INTERNAL=/usr
DEPS_libgnome-menu-3.0_VERSION:INTERNAL=3.31.4
DEPS_libsoup-2.4_INCLUDEDIR:INTERNAL=/usr/include
DEPS_libsoup-2.4_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_libsoup-2.4_PREFIX:INTERNAL=/usr
DEPS_libsoup-2.4_VERSION:INTERNAL=2.64.2
DEPS_pango_INCLUDEDIR:INTERNAL=/usr/include
DEPS_pango_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_pango_PREFIX:INTERNAL=/usr
DEPS_pango_VERSION:INTERNAL=1.42.3
DEPS_pangocairo_INCLUDEDIR:INTERNAL=/usr/include
DEPS_pangocairo_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu
DEPS_pangocairo_PREFIX:INTERNAL=/usr
DEPS_pangocairo_VERSION:INTERNAL=1.42.3
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.29()]
//Details about finding Vala
FIND_PACKAGE_MESSAGE_DETAILS_Vala:INTERNAL=[/usr/bin/valac][v()]
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VALA_EXECUTABLE
VALA_EXECUTABLE-ADVANCED:INTERNAL=1
VALA_SVERSION:INTERNAL=0.42
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr
__pkg_config_arguments_DEPS:INTERNAL=REQUIRED;gtk+-3.0;cairo;gdk-3.0;gdk-pixbuf-2.0;gee-0.8;gio-2.0;gio-unix-2.0;glib-2.0;gobject-2.0;json-glib-1.0;libgnome-menu-3.0;libsoup-2.4;pango;pangocairo
__pkg_config_checked_DEPS:INTERNAL=1
prefix_result:INTERNAL=/usr/lib/i386-linux-gnu

