Skip to content

Commit a46e4f2

Browse files
authored
correct lint error
1 parent 11084e4 commit a46e4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gazebo/dave_gz_multibeam_sonar/multibeam_sonar/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11.0 FATAL_ERROR)
33
# Suppress developer warnings for the entire workspace.
44
set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS TRUE CACHE BOOL
55
"Suppress developer warnings" FORCE)
6-
# Set CMP0144 to NEW to ensure find_package
6+
# Set CMP0144 to NEW to ensure find_package
77
# uses upper-case <PACKAGENAME>_ROOT variables.
88
cmake_policy(SET CMP0144 NEW)
99

0 commit comments

Comments
 (0)