Another try to fix

This commit is contained in:
Oleg Kalachev
2021-04-09 13:21:33 +03:00
parent 6ce2822b78
commit 3e713c6c8a

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0)
project(clover)
## Compile as C++11, supported in ROS Kinetic and newer
@@ -196,7 +196,7 @@ add_executable(shell src/shell.cpp)
# message(STATUS "Compiler cxx min size flags:" ${CMAKE_CXX_FLAGS_MINSIZEREL})
# message(STATUS "Compiler cxx flags:" ${CMAKE_CXX_FLAGS})
string(REPLACE "-lpthreads;" "" ${catkin_LIBRARIES} ${catkin_LIBRARIES})
# string(REPLACE "-lpthreads;" "" ${catkin_LIBRARIES} ${catkin_LIBRARIES})
macro(print_all_variables)
message(STATUS "print_all_variables------------------------------------------{")