Go to the source code of this file.
|
VERSION_LESS | add_definitions (-DHAVE_OPENCV3) endif() endif() set(RFB ArmControlState.fbs Geometry.fbs JointState.fbs KUKAiiwa.fbs LinkObject.fbs Euler.fbs Time.fbs VrepControlPoint.fbs VrepPath.fbs) set(GRL_FLATBUFFERS_INCLUDE_DIR $ |
|
| basis_include_directories (${GRL_FLATBUFFERS_INCLUDE_DIR})() if(CISSTNETLIB_FOUND) set(CISSTNETLIB_INCLUDE_DIRS $ |
|
or our tests failed to detect it correctly Please use a different C compiler or report this problem to the developers | endif () if(UNIX AND CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64") endif(UNIX AND CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64") if(APPLE) set(CMAKE_MACOSX_RPATH ON)() endif() if(OpenCV_FOUND) if(NOT $ |
|
include | flatbuffers_generate_c_headers (GRL_FLATBUFFERS include/grl/flatbuffer/${GRL_FLATBUFFERS_INCLUDE_DIR}/grl/flatbuffer ${RFB}) add_custom_target(grlflatbuffers DEPENDS $ |
|
| set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_CURRENT_PROJECT_DIR}/config) include(CheckCXXCompilerFlag) if(COMPILER_SUPPORTS_CXX11) set(CMAKE_CXX_FLAGS "$ |
|
§ add_definitions()
VERSION_LESS add_definitions |
( |
- |
DHAVE_OPENCV3 | ) |
|
§ basis_include_directories()
basis_include_directories |
( |
|
${GRL_FLATBUFFERS_INCLUDE_DIR} | ) |
|
§ endif()
or our tests failed to detect it correctly Please use a different C compiler or report this problem to the developers endif |
( |
| ) |
|
§ flatbuffers_generate_c_headers()
include flatbuffers_generate_c_headers |
( |
GRL_FLATBUFFERS include/grl/flatbuffer/${GRL_FLATBUFFERS_INCLUDE_DIR}/grl/flatbuffer ${RFB} |
| ) |
|
§ set()
set |
( |
CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_CURRENT_PROJECT_DIR}/ |
config | ) |
|
§ std
Initial value:=c++11")
elseif(COMPILER_SUPPORTS_CXX0X)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -
std=c++0
x") else()
message(FATAL_ERROR "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support
Definition at line 34 of file Settings.cmake.