123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645 |
- # This is the CMakeCache file.
- # For build in directory: /home/neousys/autoware.ai/build/calibration_publisher
- # 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
- ########################
- //Builds the googlemock subproject
- BUILD_GMOCK:BOOL=ON
- //Builds the googletest subproject
- BUILD_GTEST:BOOL=OFF
- //Build shared libraries (DLLs).
- BUILD_SHARED_LIBS:BOOL=ON
- //Catkin enable testing
- CATKIN_ENABLE_TESTING:BOOL=ON
- //No help, variable specified on the command line.
- CATKIN_INSTALL_INTO_PREFIX_ROOT:UNINITIALIZED=0
- //Prefix to apply to package generated via gendebian
- CATKIN_PACKAGE_PREFIX:STRING=
- //Catkin skip testing
- CATKIN_SKIP_TESTING:BOOL=OFF
- //Replace the CMake install command with a custom implementation
- // using symlinks instead of copying resources
- CATKIN_SYMLINK_INSTALL:BOOL=OFF
- //Path to a program.
- CMAKE_AR:FILEPATH=/usr/bin/ar
- //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=/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-7
- //A wrapper around 'ranlib' adding the appropriate '--plugin' option
- // for the GCC compiler
- CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
- //Flags used by the compiler during all build types.
- CMAKE_CXX_FLAGS:STRING=
- //Flags used by the compiler during debug builds.
- CMAKE_CXX_FLAGS_DEBUG:STRING=-g
- //Flags used by the compiler during release builds for minimum
- // size.
- CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
- //Flags used by the compiler during release builds.
- 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=/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-7
- //A wrapper around 'ranlib' adding the appropriate '--plugin' option
- // for the GCC compiler
- CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
- //Flags used by the compiler during all build types.
- CMAKE_C_FLAGS:STRING=
- //Flags used by the compiler during debug builds.
- CMAKE_C_FLAGS_DEBUG:STRING=-g
- //Flags used by the compiler during release builds for minimum
- // size.
- CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
- //Flags used by the compiler during release builds.
- 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
- //Flags used by the linker.
- 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 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
- //Install path prefix, prepended onto install directories.
- CMAKE_INSTALL_PREFIX:PATH=/home/neousys/autoware.ai/install/calibration_publisher
- //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.
- 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=
- //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_NAME:STATIC=calibration_publisher
- //Path to a program.
- CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
- //Flags used by the linker during the creation of dll's.
- 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=NO
- //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=
- //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 a program.
- DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND
- //Path to a program.
- EMPY_EXECUTABLE:FILEPATH=/usr/bin/empy
- //Empy script
- EMPY_SCRIPT:STRING=/usr/bin/empy
- //The directory containing a CMake configuration file for GMock.
- GMock_DIR:PATH=GMock_DIR-NOTFOUND
- //Path to a file.
- GTEST_INCLUDE_DIR:PATH=/usr/include
- //Path to a library.
- GTEST_LIBRARY:FILEPATH=GTEST_LIBRARY-NOTFOUND
- //Path to a library.
- GTEST_LIBRARY_DEBUG:FILEPATH=GTEST_LIBRARY_DEBUG-NOTFOUND
- //Path to a library.
- GTEST_MAIN_LIBRARY:FILEPATH=GTEST_MAIN_LIBRARY-NOTFOUND
- //Path to a library.
- GTEST_MAIN_LIBRARY_DEBUG:FILEPATH=GTEST_MAIN_LIBRARY_DEBUG-NOTFOUND
- //lsb_release executable was found
- LSB_FOUND:BOOL=TRUE
- //Path to a program.
- LSB_RELEASE_EXECUTABLE:FILEPATH=/usr/bin/lsb_release
- //Path to a program.
- NOSETESTS:FILEPATH=/usr/bin/nosetests-2.7
- //The directory containing a CMake configuration file for OpenCV.
- OpenCV_DIR:PATH=/usr/share/OpenCV
- //Path to a program.
- PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2
- //Specify specific Python version to use ('major.minor' or 'major')
- PYTHON_VERSION:STRING=2
- //Path to a library.
- RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
- //Enable debian style python package layout
- SETUPTOOLS_DEB_LAYOUT:BOOL=ON
- //Name of the computer/site where compile is being run
- SITE:STRING=neousys-Nuvo-6108GC
- //LSB Distrib tag
- UBUNTU:BOOL=TRUE
- //LSB Distrib - codename tag
- UBUNTU_BIONIC:BOOL=TRUE
- //Path to a file.
- _gmock_INCLUDES:FILEPATH=/usr/include/gmock/gmock.h
- //Path to a file.
- _gmock_SOURCES:FILEPATH=/usr/src/gmock/src/gmock.cc
- //Path to a file.
- _gtest_INCLUDES:FILEPATH=/usr/include/gtest/gtest.h
- //Path to a file.
- _gtest_SOURCES:FILEPATH=/usr/src/gtest/src/gtest.cc
- //The directory containing a CMake configuration file for actionlib.
- actionlib_DIR:PATH=/opt/ros/melodic/share/actionlib/cmake
- //The directory containing a CMake configuration file for actionlib_msgs.
- actionlib_msgs_DIR:PATH=/opt/ros/melodic/share/actionlib_msgs/cmake
- //The directory containing a CMake configuration file for autoware_build_flags.
- autoware_build_flags_DIR:PATH=/home/neousys/autoware.ai/install/autoware_build_flags/share/autoware_build_flags/cmake
- //The directory containing a CMake configuration file for autoware_msgs.
- autoware_msgs_DIR:PATH=/home/neousys/autoware.ai/install/autoware_msgs/share/autoware_msgs/cmake
- //Value Computed by CMake
- calibration_publisher_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/calibration_publisher
- //Value Computed by CMake
- calibration_publisher_SOURCE_DIR:STATIC=/home/neousys/autoware.ai/src/autoware/utilities/calibration_publisher
- //The directory containing a CMake configuration file for catkin.
- catkin_DIR:PATH=/opt/ros/melodic/share/catkin/cmake
- //The directory containing a CMake configuration file for class_loader.
- class_loader_DIR:PATH=/opt/ros/melodic/share/class_loader/cmake
- //The directory containing a CMake configuration file for cpp_common.
- cpp_common_DIR:PATH=/opt/ros/melodic/share/cpp_common/cmake
- //The directory containing a CMake configuration file for cv_bridge.
- cv_bridge_DIR:PATH=/opt/ros/melodic/share/cv_bridge/cmake
- //The directory containing a CMake configuration file for gencpp.
- gencpp_DIR:PATH=/opt/ros/melodic/share/gencpp/cmake
- //The directory containing a CMake configuration file for geneus.
- geneus_DIR:PATH=/opt/ros/melodic/share/geneus/cmake
- //The directory containing a CMake configuration file for genlisp.
- genlisp_DIR:PATH=/opt/ros/melodic/share/genlisp/cmake
- //The directory containing a CMake configuration file for genmsg.
- genmsg_DIR:PATH=/opt/ros/melodic/share/genmsg/cmake
- //The directory containing a CMake configuration file for gennodejs.
- gennodejs_DIR:PATH=/opt/ros/melodic/share/gennodejs/cmake
- //The directory containing a CMake configuration file for genpy.
- genpy_DIR:PATH=/opt/ros/melodic/share/genpy/cmake
- //The directory containing a CMake configuration file for geometry_msgs.
- geometry_msgs_DIR:PATH=/opt/ros/melodic/share/geometry_msgs/cmake
- //Value Computed by CMake
- gmock_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/calibration_publisher/gtest/googlemock
- //Dependencies for the target
- gmock_LIB_DEPENDS:STATIC=general;-lpthread;
- //Value Computed by CMake
- gmock_SOURCE_DIR:STATIC=/usr/src/googletest/googlemock
- //Build all of Google Mock's own tests.
- gmock_build_tests:BOOL=OFF
- //Dependencies for the target
- gmock_main_LIB_DEPENDS:STATIC=general;-lpthread;
- //Value Computed by CMake
- googletest-distribution_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/calibration_publisher/gtest
- //Value Computed by CMake
- googletest-distribution_SOURCE_DIR:STATIC=/usr/src/googletest
- //Value Computed by CMake
- gtest_BINARY_DIR:STATIC=/home/neousys/autoware.ai/build/calibration_publisher/gtest/googlemock/gtest
- //Dependencies for the target
- gtest_LIB_DEPENDS:STATIC=general;-lpthread;
- //Value Computed by CMake
- gtest_SOURCE_DIR:STATIC=/usr/src/googletest/googletest
- //Build gtest's sample programs.
- gtest_build_samples:BOOL=OFF
- //Build all of gtest's own tests.
- gtest_build_tests:BOOL=OFF
- //Disable uses of pthreads in gtest.
- gtest_disable_pthreads:BOOL=OFF
- //Use shared (DLL) run-time lib even when Google Test is built
- // as static lib.
- gtest_force_shared_crt:BOOL=OFF
- //Build gtest with internal symbols hidden in shared libraries.
- gtest_hide_internal_symbols:BOOL=OFF
- //Dependencies for the target
- gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest;
- //The directory containing a CMake configuration file for image_transport.
- image_transport_DIR:PATH=/opt/ros/melodic/share/image_transport/cmake
- //The directory containing a CMake configuration file for jsk_footstep_msgs.
- jsk_footstep_msgs_DIR:PATH=/opt/ros/melodic/share/jsk_footstep_msgs/cmake
- //The directory containing a CMake configuration file for jsk_recognition_msgs.
- jsk_recognition_msgs_DIR:PATH=/opt/ros/melodic/share/jsk_recognition_msgs/cmake
- //Path to a library.
- lib:FILEPATH=/opt/ros/melodic/lib/libtf2.so
- //The directory containing a CMake configuration file for message_filters.
- message_filters_DIR:PATH=/opt/ros/melodic/share/message_filters/cmake
- //The directory containing a CMake configuration file for message_generation.
- message_generation_DIR:PATH=/opt/ros/melodic/share/message_generation/cmake
- //The directory containing a CMake configuration file for message_runtime.
- message_runtime_DIR:PATH=/opt/ros/melodic/share/message_runtime/cmake
- //The directory containing a CMake configuration file for pcl_msgs.
- pcl_msgs_DIR:PATH=/opt/ros/melodic/share/pcl_msgs/cmake
- //The directory containing a CMake configuration file for pluginlib.
- pluginlib_DIR:PATH=/opt/ros/melodic/share/pluginlib/cmake
- //The directory containing a CMake configuration file for rosconsole.
- rosconsole_DIR:PATH=/opt/ros/melodic/share/rosconsole/cmake
- //The directory containing a CMake configuration file for roscpp.
- roscpp_DIR:PATH=/opt/ros/melodic/share/roscpp/cmake
- //The directory containing a CMake configuration file for roscpp_serialization.
- roscpp_serialization_DIR:PATH=/opt/ros/melodic/share/roscpp_serialization/cmake
- //The directory containing a CMake configuration file for roscpp_traits.
- roscpp_traits_DIR:PATH=/opt/ros/melodic/share/roscpp_traits/cmake
- //The directory containing a CMake configuration file for rosgraph.
- rosgraph_DIR:PATH=/opt/ros/melodic/share/rosgraph/cmake
- //The directory containing a CMake configuration file for rosgraph_msgs.
- rosgraph_msgs_DIR:PATH=/opt/ros/melodic/share/rosgraph_msgs/cmake
- //The directory containing a CMake configuration file for roslib.
- roslib_DIR:PATH=/opt/ros/melodic/share/roslib/cmake
- //The directory containing a CMake configuration file for rospack.
- rospack_DIR:PATH=/opt/ros/melodic/share/rospack/cmake
- //The directory containing a CMake configuration file for rospy.
- rospy_DIR:PATH=/opt/ros/melodic/share/rospy/cmake
- //The directory containing a CMake configuration file for rostime.
- rostime_DIR:PATH=/opt/ros/melodic/share/rostime/cmake
- //The directory containing a CMake configuration file for sensor_msgs.
- sensor_msgs_DIR:PATH=/opt/ros/melodic/share/sensor_msgs/cmake
- //The directory containing a CMake configuration file for std_msgs.
- std_msgs_DIR:PATH=/opt/ros/melodic/share/std_msgs/cmake
- //The directory containing a CMake configuration file for tf2.
- tf2_DIR:PATH=/opt/ros/melodic/share/tf2/cmake
- //The directory containing a CMake configuration file for tf2_msgs.
- tf2_msgs_DIR:PATH=/opt/ros/melodic/share/tf2_msgs/cmake
- //The directory containing a CMake configuration file for tf2_py.
- tf2_py_DIR:PATH=/opt/ros/melodic/share/tf2_py/cmake
- //The directory containing a CMake configuration file for tf2_ros.
- tf2_ros_DIR:PATH=/opt/ros/melodic/share/tf2_ros/cmake
- //The directory containing a CMake configuration file for tf.
- tf_DIR:PATH=/opt/ros/melodic/share/tf/cmake
- //The directory containing a CMake configuration file for xmlrpcpp.
- xmlrpcpp_DIR:PATH=/opt/ros/melodic/share/xmlrpcpp/cmake
- ########################
- # INTERNAL cache entries
- ########################
- //catkin environment
- CATKIN_ENV:INTERNAL=/home/neousys/autoware.ai/build/calibration_publisher/catkin_generated/env_cached.sh
- CATKIN_TEST_RESULTS_DIR:INTERNAL=/home/neousys/autoware.ai/build/calibration_publisher/test_results
- //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/neousys/autoware.ai/build/calibration_publisher
- //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=10
- //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
- //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
- //Name of generator platform.
- CMAKE_GENERATOR_PLATFORM:INTERNAL=
- //Name of generator toolset.
- CMAKE_GENERATOR_TOOLSET:INTERNAL=
- //Have symbol pthread_create
- CMAKE_HAVE_LIBC_CREATE:INTERNAL=
- //Have library pthreads
- CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
- //Have library pthread
- CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
- //Have include pthread.h
- CMAKE_HAVE_PTHREAD_H:INTERNAL=1
- //Source directory with the top level CMakeLists.txt file for this
- // project
- CMAKE_HOME_DIRECTORY:INTERNAL=/home/neousys/autoware.ai/src/autoware/utilities/calibration_publisher
- //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=4
- //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.10
- //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_VERBOSE_MAKEFILE
- CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
- //Details about finding OpenCV
- FIND_PACKAGE_MESSAGE_DETAILS_OpenCV:INTERNAL=[/usr][v3.2.0()]
- //Details about finding PythonInterp
- FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2][v2.7.17()]
- //Details about finding Threads
- FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
- GMOCK_FROM_SOURCE_FOUND:INTERNAL=TRUE
- GMOCK_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
- GMOCK_FROM_SOURCE_LIBRARIES:INTERNAL=gmock
- GMOCK_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/neousys/autoware.ai/build/calibration_publisher/gmock
- GMOCK_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gmock_main
- GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
- GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
- GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
- GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/home/neousys/autoware.ai/build/calibration_publisher/gtest
- GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
- //ADVANCED property for variable: GTEST_INCLUDE_DIR
- GTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: GTEST_LIBRARY
- GTEST_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: GTEST_LIBRARY_DEBUG
- GTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: GTEST_MAIN_LIBRARY
- GTEST_MAIN_LIBRARY-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: GTEST_MAIN_LIBRARY_DEBUG
- GTEST_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
- //ADVANCED property for variable: PYTHON_EXECUTABLE
- PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
- //This needs to be in PYTHONPATH when 'setup.py install' is called.
- // And it needs to match. But setuptools won't tell us where
- // it will install things.
- PYTHON_INSTALL_DIR:INTERNAL=lib/python2.7/dist-packages
|