We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591f363 commit 11084e4Copy full SHA for 11084e4
gazebo/dave_gz_multibeam_sonar/multibeam_sonar/CMakeLists.txt
@@ -3,7 +3,8 @@ cmake_minimum_required(VERSION 3.11.0 FATAL_ERROR)
3
# Suppress developer warnings for the entire workspace.
4
set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS TRUE CACHE BOOL
5
"Suppress developer warnings" FORCE)
6
-# Set CMP0144 to NEW to ensure find_package uses upper-case <PACKAGENAME>_ROOT variables.
+# Set CMP0144 to NEW to ensure find_package
7
+# uses upper-case <PACKAGENAME>_ROOT variables.
8
cmake_policy(SET CMP0144 NEW)
9
10
project(multibeam_sonar)
0 commit comments