Skip to content
Snippets Groups Projects
Unverified Commit 60fc2ea3 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #6 from nim65s/devel

[CMake] fix for CMake 3.5
parents 5ecbf2ff 1805fc51
No related branches found
No related tags found
No related merge requests found
Pipeline #12121 passed with warnings
......@@ -27,7 +27,7 @@ ADD_PROJECT_DEPENDENCY(gazebo REQUIRED)
ADD_PROJECT_DEPENDENCY(roscpp)
find_package(catkin REQUIRED COMPONENTS roscpp)
if(${gazebo_VERSION} VERSION_GREATER_EQUAL 11)
if(NOT ${gazebo_VERSION} VERSION_LESS 11)
CHECK_MINIMAL_CXX_STANDARD(17 ENFORCE)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment