File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# License: Apache 2.0. See LICENSE file in root directory.
22# Copyright(c) 2019 Intel Corporation. All Rights Reserved.
33
4- cmake_minimum_required (VERSION 2.8.9 )
4+ cmake_minimum_required (VERSION 2.8.9...3.20.5 )
55
66project (realsense2-gl)
77
@@ -88,7 +88,7 @@ configure_package_config_file(../../CMake/realsense2-glConfig.cmake.in realsense
8888
8989configure_file (../../config/librealsense-gl.pc.in ../../config/realsense2-gl.pc @ONLY )
9090
91- target_link_libraries (${PROJECT_NAME}
91+ target_link_libraries (${PROJECT_NAME}
9292 PRIVATE ${DEPENDENCIES}
9393)
9494
Original file line number Diff line number Diff line change 11# License: Apache 2.0. See LICENSE file in root directory.
22# Copyright(c) 2019 Intel Corporation. All Rights Reserved.
33# ubuntu 16.04 LTS cmake version 3.5.1
4- cmake_minimum_required (VERSION 2.8.3 )
4+ cmake_minimum_required (VERSION 2.8.3...3.20.5 )
55
66project (RealsenseToolsRosbagInspector)
77
@@ -27,11 +27,11 @@ if(BUILD_GRAPHICAL_EXAMPLES)
2727
2828 if (WIN32 )
2929 add_executable (rs-rosbag-inspector WIN32 ${RS_ROSBAG_INSPECTOR_CPP} )
30- include_directories (../../third-party/imgui ../../common ../../third-party/glad
30+ include_directories (../../third-party/imgui ../../common ../../third-party/glad
3131 ../../third-party/tinyfiledialogs ../../third-party ${CMAKE_CURRENT_SOURCE_DIR} /res/ )
3232 else ()
3333 add_executable (rs-rosbag-inspector ${RS_ROSBAG_INSPECTOR_CPP} )
34- include_directories (../../third-party/imgui ../../common ../../third-party/glad
34+ include_directories (../../third-party/imgui ../../common ../../third-party/glad
3535 ../../third-party/tinyfiledialogs ../../third-party )
3636 endif ()
3737 set_property (TARGET rs-rosbag-inspector PROPERTY CXX_STANDARD 11 )
You can’t perform that action at this time.
0 commit comments