Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit d3c5eb3

Browse files
author
Olivier Stasse
committed
Set CMP0007 policy to OLD
1 parent 4d56bef commit d3c5eb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ include(cmake/base.cmake)
1212
include(cmake/ros.cmake)
1313
include(cmake/GNUInstallDirs.cmake)
1414

15-
SETUP_PROJECT()
15+
cmake_policy(SET CMP0007 OLD)
1616

17+
SETUP_PROJECT()
1718
#List to make rest of code more readable
1819
set( MESSAGE_DEPENDENCIES std_msgs )
1920

0 commit comments

Comments
 (0)