Skip to content

Commit 9a6d507

Browse files
committed
Remove version requirement when finding ignition-cmake2
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 55dc99b commit 9a6d507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/SearchForStuff.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ endmacro()
130130
# Find ignition cmake2
131131
# Only for using the testing macros and creating the codecheck target, not
132132
# really being use to configure the whole project
133-
find_package(ignition-cmake2 2.3 REQUIRED)
133+
find_package(ignition-cmake2 REQUIRED)
134134
set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
135135

136136
########################################

0 commit comments

Comments
 (0)