Skip to content

Commit f28fbec

Browse files
committed
make it work with older cmakes
1 parent 6d634a4 commit f28fbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuckoo_time_translator_algorithms/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ catkin_simple()
77
find_package(Eigen REQUIRED)
88

99
find_package(console_bridge REQUIRED)
10-
if(console_bridge_VERSION GREATER_EQUAL 0.4.0)
10+
if(console_bridge_VERSION GREATER 0.3.0)
1111
add_definitions(-DDEFINE_LOGGING_MACROS)
1212
endif ()
1313

0 commit comments

Comments
 (0)