# This is the CMakeCache file.
# For build in directory: /home/vagrant/build/kvj.taskw/cli
# 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
########################

//The target ABI for Android. If arm, then armeabi-v7a is recommended
// for hardware floating point.
ANDROID_ABI:STRING=x86

//Prevent cmake from working under cygwin and using cygwin tools
ANDROID_FORBID_SYGWIN:BOOL=TRUE

//Put each function in separate section and enable garbage collection
// of unused input sections at link time
ANDROID_FUNCTION_LEVEL_LINKING:BOOL=ON

//Enables gold linker
ANDROID_GOLD_LINKER:BOOL=ON

//Android API level for native code
ANDROID_NATIVE_API_LEVEL:STRING=16

//The inner layout of NDK
ANDROID_NDK_LAYOUT:STRING=RELEASE

//Allows or disallows undefined symbols in shared libraries
ANDROID_NOEXECSTACK:BOOL=ON

//Show all undefined symbols as linker errors
ANDROID_NO_UNDEFINED:BOOL=ON

//Enables RELRO - a memory corruption mitigation technique
ANDROID_RELRO:BOOL=ON

//Allows or disallows undefined symbols in shared libraries
ANDROID_SO_UNDEFINED:BOOL=OFF

//C++ runtime
ANDROID_STL:STRING=gnustl_static

//automatically configure rtti and exceptions support based on
// C++ runtime
ANDROID_STL_FORCE_FEATURES:BOOL=ON

//archive
CMAKE_AR:PATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-gcc-ar

//assembler
CMAKE_ASM_COMPILER:PATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-gcc

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Release

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-g++

//c++ flags
CMAKE_CXX_FLAGS:STRING=

//c++ Debug flags
CMAKE_CXX_FLAGS_DEBUG:STRING=-O0 -g -DDEBUG -D_DEBUG

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//c++ Release flags
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-gcc

//c flags
CMAKE_C_FLAGS:STRING=

//c Debug flags
CMAKE_C_FLAGS_DEBUG:STRING=-O0 -g -DDEBUG -D_DEBUG

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//c Release flags
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//executable linker flags
CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,nocopyreloc

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize 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 Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//path for installing
CMAKE_INSTALL_PREFIX:STRING=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/user

//linker
CMAKE_LINKER:PATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//module linker flags
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//nm
CMAKE_NM:PATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-nm

//objcopy
CMAKE_OBJCOPY:PATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-objcopy

//objdump
CMAKE_OBJDUMP:PATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-objdump

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=task

//ranlib
CMAKE_RANLIB:PATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-ranlib

//shared linker flags
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info 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=TRUE

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//strip
CMAKE_STRIP:PATH=/home/vagrant/android-ndk/r10e/toolchains/x86-4.9/prebuilt/linux-x86/bin/i686-linux-android-strip

//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/vagrant/build/kvj.taskw/cli/android-cmake/android.toolchain.cmake

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

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

//Enable to build Debian packages
CPACK_BINARY_DEB:BOOL=OFF

//Enable to build NSIS packages
CPACK_BINARY_NSIS:BOOL=OFF

//Enable to build RPM packages
CPACK_BINARY_RPM:BOOL=OFF

//Enable to build STGZ packages
CPACK_BINARY_STGZ:BOOL=ON

//Enable to build TBZ2 packages
CPACK_BINARY_TBZ2:BOOL=OFF

//Enable to build TGZ packages
CPACK_BINARY_TGZ:BOOL=ON

//Enable to build TZ packages
CPACK_BINARY_TZ:BOOL=ON

//Build embedded 'task' for Android
EMBEDDED_ANDROID:BOOL=1

//Enable 'task sync' support
ENABLE_SYNC:BOOL=ON

//Installation directory for the binary
TASK_BINDIR:STRING=bin

//Installation directory for doc files
TASK_DOCDIR:STRING=share/doc/task

//Installation directory for man pages, section 1
TASK_MAN1DIR:STRING=share/man/man1

//Installation directory for man pages, section 5
TASK_MAN5DIR:STRING=share/man/man5

//Installation directory for configuration files
TASK_RCDIR:STRING=share/doc/task/rc

//Build gnutls support.
USE_GNUTLS:BOOL=ON

//Dependencies for target
columns_LIB_DEPENDS:STATIC=

//Dependencies for target
commands_LIB_DEPENDS:STATIC=

//Value Computed by CMake
glob_BINARY_DIR:STATIC=/home/vagrant/build/kvj.taskw/cli/src/glob

//Dependencies for target
glob_LIB_DEPENDS:STATIC=

//Value Computed by CMake
glob_SOURCE_DIR:STATIC=/home/vagrant/build/kvj.taskw/cli/src/glob

//Value Computed by CMake
task_BINARY_DIR:STATIC=/home/vagrant/build/kvj.taskw/cli

//Dependencies for target
task_LIB_DEPENDS:STATIC=

//Value Computed by CMake
task_SOURCE_DIR:STATIC=/home/vagrant/build/kvj.taskw/cli

//Value Computed by CMake
uuid_BINARY_DIR:STATIC=/home/vagrant/build/kvj.taskw/cli/src/uuid

//Dependencies for target
uuid_LIB_DEPENDS:STATIC=

//Value Computed by CMake
uuid_SOURCE_DIR:STATIC=/home/vagrant/build/kvj.taskw/cli/src/uuid


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

//STRINGS property for variable: ANDROID_ABI
ANDROID_ABI-STRINGS:INTERNAL=x86
//Android specific c/c++ flags
ANDROID_CXX_FLAGS:INTERNAL=--sysroot=/home/vagrant/android-ndk/r10e/platforms/android-16/arch-x86 -funwind-tables -funswitch-loops -finline-limit=300 -fsigned-char -no-canonical-prefixes -fdata-sections -ffunction-sections -Wa,--noexecstack
//Android specific c/c++ Debug flags
ANDROID_CXX_FLAGS_DEBUG:INTERNAL=-fno-omit-frame-pointer -fno-strict-aliasing
//Android specific c/c++ Release flags
ANDROID_CXX_FLAGS_RELEASE:INTERNAL=-fomit-frame-pointer -fstrict-aliasing
//ADVANCED property for variable: ANDROID_FORBID_SYGWIN
ANDROID_FORBID_SYGWIN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANDROID_FUNCTION_LEVEL_LINKING
ANDROID_FUNCTION_LEVEL_LINKING-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANDROID_GOLD_LINKER
ANDROID_GOLD_LINKER-ADVANCED:INTERNAL=1
//Android specific c/c++ linker flags
ANDROID_LINKER_FLAGS:INTERNAL= -Wl,--no-undefined -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now
//STRINGS property for variable: ANDROID_NATIVE_API_LEVEL
ANDROID_NATIVE_API_LEVEL-STRINGS:INTERNAL=12;13;14;15;16;17;18;19;21;3;4;5;8;9
//Path of the Android NDK
ANDROID_NDK:INTERNAL=/home/vagrant/android-ndk/r10e
//ADVANCED property for variable: ANDROID_NDK_LAYOUT
ANDROID_NDK_LAYOUT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANDROID_NOEXECSTACK
ANDROID_NOEXECSTACK-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANDROID_NO_UNDEFINED
ANDROID_NO_UNDEFINED-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANDROID_RELRO
ANDROID_RELRO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANDROID_SO_UNDEFINED
ANDROID_SO_UNDEFINED-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANDROID_STL
ANDROID_STL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANDROID_STL_FORCE_FEATURES
ANDROID_STL_FORCE_FEATURES-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/vagrant/build/kvj.taskw/cli
//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=0
//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_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_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_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 generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/vagrant/build/kvj.taskw/cli
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE: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_LOCAL_GENERATORS:INTERNAL=10
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.0
//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=/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_DEB
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_NSIS
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_RPM
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_STGZ
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TBZ2
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TGZ
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TZ
CPACK_BINARY_TZ-ADVANCED:INTERNAL=1
//Have function get_current_dir_name
HAVE_GET_CURRENT_DIR_NAME:INTERNAL=
//Test HAVE_ST_BIRTHTIME
HAVE_ST_BIRTHTIME:INTERNAL=
//Have function timegm
HAVE_TIMEGM:INTERNAL=
//Test HAVE_TM_GMTOFF
HAVE_TM_GMTOFF:INTERNAL=1
//Have function wordexp
HAVE_WORDEXP:INTERNAL=
//Test _HAS_CXX0X
_HAS_CXX0X:INTERNAL=1
//Test _HAS_CXX11
_HAS_CXX11:INTERNAL=1
//Test _HAS_GNU0X
_HAS_GNU0X:INTERNAL=1

