# This is the CMakeCache file. # For build in directory: /usr/local/src/robot/robotology-superbuild/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 ######################## //Build the testing tree. BUILD_TESTING:BOOL=ON //Path to a program. BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND //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, recommanded options are: Debug or Release CMAKE_BUILD_TYPE:STRING=Release //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-9 //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9 //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-9 //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9 //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=OFF //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //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=robotology-superbuild //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 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 //Path to the coverage program that CTest uses for performing coverage // inspection COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov //Extra command line flags to pass to the coverage tool COVERAGE_EXTRA_FLAGS:STRING=-l //How many times to retry timed-out CTest submissions. CTEST_SUBMIT_RETRY_COUNT:STRING=3 //How long to wait between timed-out CTest submissions. CTEST_SUBMIT_RETRY_DELAY:STRING=5 //Path to a program. CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND //Options passed to the cvs update command. CVS_UPDATE_OPTIONS:STRING=-d -A -P //Maximum time allowed before CTest will kill the test. DART_TESTING_TIMEOUT:STRING=1500 //Path to a program. GITCOMMAND:FILEPATH=/usr/bin/git //Git command line client GIT_EXECUTABLE:FILEPATH=/usr/bin/git //Path to a program. HGCOMMAND:FILEPATH=HGCOMMAND-NOTFOUND //Command to build the project MAKECOMMAND:STRING=/usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" //Path to the memory checking command, used for memory error detection. MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND //File that contains suppressions for the memory checker MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= //Path to a program. P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND //Enable compilation of core software libraries. ROBOTOLOGY_ENABLE_CORE:BOOL=ON //Enable compilation of software for balancing and walking. ROBOTOLOGY_ENABLE_DYNAMICS:BOOL=OFF //Enable compilation of all the dependencies of bipedal-locomotion-framework. ROBOTOLOGY_ENABLE_DYNAMICS_FULL_DEPS:BOOL=OFF //Enable compilation of software for event-driven. ROBOTOLOGY_ENABLE_EVENT_DRIVEN:BOOL=OFF //Enable compilation of software for grasping. ROBOTOLOGY_ENABLE_GRASPING:BOOL=OFF //Enable compilation of software for human dynamics estimation. ROBOTOLOGY_ENABLE_HUMAN_DYNAMICS:BOOL=OFF //Enable compilation of software necessary for iCub basic demonstrations. ROBOTOLOGY_ENABLE_ICUB_BASIC_DEMOS:BOOL=OFF //Enable compilation of software necessary on the system running // in the head of the iCub robot. ROBOTOLOGY_ENABLE_ICUB_HEAD:BOOL=ON //Enable compilation of software necessary for the Interactive // Objects Learning demo. ROBOTOLOGY_ENABLE_IOL:BOOL=OFF //Enable compilation of software necessary on the pc running on // the R1 robot. ROBOTOLOGY_ENABLE_R1_ROBOT:BOOL=OFF //Enable compilation of software for robot testing. ROBOTOLOGY_ENABLE_ROBOT_TESTING:BOOL=OFF //Enable compilation of software for teleoperation. ROBOTOLOGY_ENABLE_TELEOPERATION:BOOL=OFF //If enabled, generate conda recipes instead of building the superbuild. // This should not be used by end users. ROBOTOLOGY_GENERATE_CONDA_RECIPES:BOOL=OFF //Disable compilation of software that depend on Simulink ROBOTOLOGY_NOT_USE_SIMULINK:BOOL=OFF //The tags to be used for the robotology projects: Stable, Unstable, // LatestRelease or Custom. This can be changed only before the // first configuration. ROBOTOLOGY_PROJECT_TAGS:STRING=Stable //If ROBOTOLOGY_PROJECT_TAGS is custom, this file will be loaded // to specify the tags of the projects to use. ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE:FILEPATH= //Enable compilation of software that runs on the head of the iCub // and depends on CFW2CAN. ROBOTOLOGY_USES_CFW2CAN:BOOL=OFF //Enable compilation of software that depend on Cyberith SDK ROBOTOLOGY_USES_CYBERITH_SDK:BOOL=OFF //Enable compilation of software that runs on the head of the iCub // and depends on ESDCAN. ROBOTOLOGY_USES_ESDCAN:BOOL=OFF //Enable compilation of software that depends on Gazebo Classic ROBOTOLOGY_USES_GAZEBO:BOOL=OFF //Enable compilation of software that depends on Ignition Gazebo ROBOTOLOGY_USES_IGNITION:BOOL=OFF //Enable compilation of software that depend on Lua ROBOTOLOGY_USES_LUA:BOOL=OFF //Enable compilation of software that depend on Matlab and Simulink ROBOTOLOGY_USES_MATLAB:BOOL=OFF //Enable compilation of software that depend on Octave ROBOTOLOGY_USES_OCTAVE:BOOL=OFF //Enable compilation of software that depend on Oculus SDK ROBOTOLOGY_USES_OCULUS_SDK:BOOL=OFF //Enable compilation of software that depend on Python ROBOTOLOGY_USES_PYTHON:BOOL=OFF //Name of the computer/site where compile is being run SITE:STRING=icub-head //Path to the SLURM sbatch executable SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND //Path to the SLURM srun executable SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND //Path to a program. SVNCOMMAND:FILEPATH=/usr/bin/svn //The directory containing a CMake configuration file for YCM. YCM_DIR:PATH=/usr/share/cmake/YCM //Disable use of all the system installed packages YCM_DISABLE_SYSTEM_PACKAGES:BOOL=ON //Additional CMake arguments that are passed to all CMake subprojects // of the superbuild. YCM_EP_ADDITIONAL_CMAKE_ARGS:STRING= //Enable development targets for the "GazeboYARPPlugins" project YCM_EP_DEVEL_MODE_GazeboYARPPlugins:BOOL=OFF //Enable development targets for the "ICUB" project YCM_EP_DEVEL_MODE_ICUB:BOOL=OFF //Enable development targets for the "ICUBcontrib" project YCM_EP_DEVEL_MODE_ICUBcontrib:BOOL=OFF //Enable development targets for the "YARP" project YCM_EP_DEVEL_MODE_YARP:BOOL=OFF //Enable development targets for the "YCM" project YCM_EP_DEVEL_MODE_YCM:BOOL=OFF //Enable development targets for the "diagnosticdaemon" project YCM_EP_DEVEL_MODE_diagnosticdaemon:BOOL=OFF //Enable development targets for the "icub-models" project YCM_EP_DEVEL_MODE_icub-models:BOOL=OFF //Enable development targets for the "icub_firmware_shared" project YCM_EP_DEVEL_MODE_icub_firmware_shared:BOOL=OFF //Enable development targets for the "robots-configuration" project YCM_EP_DEVEL_MODE_robots-configuration:BOOL=OFF //Enable development targets for the "yarp-device-xsensmt" project YCM_EP_DEVEL_MODE_yarp-device-xsensmt:BOOL=OFF //Enable all targets for projects in development mode YCM_EP_EXPERT_MODE:BOOL=OFF //Path to the superbuild installation directory. WARNING: If this // path is not writable by the user, you will have to build as // superuser YCM_EP_INSTALL_DIR:PATH=/usr/local/src/robot/robotology-superbuild/build/install //Enable all targets for projects in development mode YCM_EP_MAINTAINER_MODE:BOOL=OFF //Email address to use for git commits YCM_GIT_COMMIT_EMAIL:STRING=icub@iit.it //Name to use for git commits YCM_GIT_COMMIT_NAME:STRING=icub //Address to use for github git repositories YCM_GIT_GITHUB_BASE_ADDRESS:STRING=https://github.com/ //Email address to use for git commits for github git repositories // (if empty will use YCM_GIT_COMMIT_EMAIL) YCM_GIT_GITHUB_COMMIT_EMAIL:STRING= //Name to use for git commits for github git repositories (if empty // will use YCM_GIT_COMMIT_NAME) YCM_GIT_GITHUB_COMMIT_NAME:STRING= //Username to use for github git repositories YCM_GIT_GITHUB_USERNAME:STRING= //Use files including unmerged cmake patches YCM_USE_CMAKE_PROPOSED:BOOL=TRUE //The directory containing a CMake configuration file for gazebo. gazebo_DIR:PATH=gazebo_DIR-NOTFOUND //Value Computed by CMake robotology-superbuild_BINARY_DIR:STATIC=/usr/local/src/robot/robotology-superbuild/build //Value Computed by CMake robotology-superbuild_SOURCE_DIR:STATIC=/usr/local/src/robot/robotology-superbuild ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: BZRCOMMAND BZRCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //STRINGS property for variable: CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/usr/local/src/robot/robotology-superbuild/build //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=16 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 //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 //ADVANCED property for variable: CMAKE_CTEST_COMMAND CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 //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= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/usr/local/src/robot/robotology-superbuild //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_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-3.16 //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 //ADVANCED property for variable: COVERAGE_COMMAND COVERAGE_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: COVERAGE_EXTRA_FLAGS COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CVSCOMMAND CVSCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CVS_UPDATE_OPTIONS CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: DART_TESTING_TIMEOUT DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GITCOMMAND GITCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HGCOMMAND HGCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MAKECOMMAND MAKECOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_COMMAND MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: P4COMMAND P4COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ROBOTOLOGY_ENABLE_GRASPING ROBOTOLOGY_ENABLE_GRASPING-ADVANCED:INTERNAL=1 //MODIFIED property for variable: ROBOTOLOGY_ENABLE_ICUB_HEAD ROBOTOLOGY_ENABLE_ICUB_HEAD-MODIFIED:INTERNAL=ON //ADVANCED property for variable: ROBOTOLOGY_ENABLE_IOL ROBOTOLOGY_ENABLE_IOL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ROBOTOLOGY_ENABLE_R1_ROBOT ROBOTOLOGY_ENABLE_R1_ROBOT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ROBOTOLOGY_GENERATE_CONDA_RECIPES ROBOTOLOGY_GENERATE_CONDA_RECIPES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ROBOTOLOGY_PROJECT_TAGS ROBOTOLOGY_PROJECT_TAGS-ADVANCED:INTERNAL=1 //STRINGS property for variable: ROBOTOLOGY_PROJECT_TAGS ROBOTOLOGY_PROJECT_TAGS-STRINGS:INTERNAL=Stable;Unstable;LatestRelease;Custom //ADVANCED property for variable: ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE-ADVANCED:INTERNAL=1 //MODIFIED property for variable: ROBOTOLOGY_USES_GAZEBO ROBOTOLOGY_USES_GAZEBO-MODIFIED:INTERNAL=ON //ADVANCED property for variable: ROBOTOLOGY_USES_LUA ROBOTOLOGY_USES_LUA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SITE SITE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SLURM_SBATCH_COMMAND SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SLURM_SRUN_COMMAND SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SVNCOMMAND SVNCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_DISABLE_SYSTEM_PACKAGES YCM_DISABLE_SYSTEM_PACKAGES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_EP_ADDITIONAL_CMAKE_ARGS YCM_EP_ADDITIONAL_CMAKE_ARGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_EP_EXPERT_MODE YCM_EP_EXPERT_MODE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_EP_INSTALL_DIR YCM_EP_INSTALL_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_EP_MAINTAINER_MODE YCM_EP_MAINTAINER_MODE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_GIT_COMMIT_EMAIL YCM_GIT_COMMIT_EMAIL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_GIT_COMMIT_NAME YCM_GIT_COMMIT_NAME-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_GIT_GITHUB_BASE_ADDRESS YCM_GIT_GITHUB_BASE_ADDRESS-ADVANCED:INTERNAL=1 //STRINGS property for variable: YCM_GIT_GITHUB_BASE_ADDRESS YCM_GIT_GITHUB_BASE_ADDRESS-STRINGS:INTERNAL=https://github.com/;git://github.com/;ssh://git@github.com/;git@github.com:;github: //ADVANCED property for variable: YCM_GIT_GITHUB_COMMIT_EMAIL YCM_GIT_GITHUB_COMMIT_EMAIL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_GIT_GITHUB_COMMIT_NAME YCM_GIT_GITHUB_COMMIT_NAME-ADVANCED:INTERNAL=1 //ADVANCED property for variable: YCM_GIT_GITHUB_USERNAME YCM_GIT_GITHUB_USERNAME-ADVANCED:INTERNAL=1 __YCM_GIT_SETUP_CALLED:INTERNAL=1