Skip to content

Commit 11084e4

Browse files
authored
update CMakeLists.txt
1 parent 591f363 commit 11084e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gazebo/dave_gz_multibeam_sonar/multibeam_sonar/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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 uses upper-case <PACKAGENAME>_ROOT variables.
6+
# Set CMP0144 to NEW to ensure find_package
7+
# uses upper-case <PACKAGENAME>_ROOT variables.
78
cmake_policy(SET CMP0144 NEW)
89

910
project(multibeam_sonar)

0 commit comments

Comments
 (0)