Skip to content

Commit

Permalink
Suppress cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
furushchev authored and k-okada committed Feb 15, 2025
1 parent aad1106 commit 3efcf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "7")
else ()
message(FATAL_ERROR "C++11 needed. Therefore a gcc compiler with a version higher than 4.3 is needed.")
endif()
endif(CMAKE_COMPILER_IS_GNUCXX)
endif()

find_package(catkin REQUIRED COMPONENTS cv_bridge dynamic_reconfigure message_generation image_transport nodelet roscpp sensor_msgs std_msgs std_srvs class_loader)

Expand Down

0 comments on commit 3efcf9d

Please sign in to comment.