File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.8.3 )
1+ cmake_minimum_required (VERSION 3.5 )
22
33# must be not NONE since some rmw implementation require compiler checks
44project (rmw_implementation)
Original file line number Diff line number Diff line change 1717find_package (rmw_implementation_cmake REQUIRED)
1818set (default_rmw_implementation "@RMW_IMPLEMENTATION@" )
1919
20- if (NOT "${RMW_IMPLEMENTATION} " STREQUAL " " )
20+ if (NOT "${RMW_IMPLEMENTATION} " STREQUAL "" )
2121 set (requested_default_rmw_implementation ${RMW_IMPLEMENTATION} )
2222 if (NOT requested_default_rmw_implementation STREQUAL default_rmw_implementation)
2323 message (FATAL_ERROR
@@ -29,7 +29,7 @@ if(NOT "${RMW_IMPLEMENTATION} " STREQUAL " ")
2929 endif ()
3030endif ()
3131
32- if (NOT "$ENV{RMW_IMPLEMENTATION} " STREQUAL " " )
32+ if (NOT "$ENV{RMW_IMPLEMENTATION} " STREQUAL "" )
3333 set (requested_default_rmw_implementation $ENV{RMW_IMPLEMENTATION} )
3434 if (NOT requested_default_rmw_implementation STREQUAL default_rmw_implementation)
3535 message (FATAL_ERROR
You can’t perform that action at this time.
0 commit comments