Skip to content

Commit

Permalink
the dynamic reconfigure cfg file brings in python and generates 'Poli…
Browse files Browse the repository at this point in the history
…cy CMP0148 is not set' warnings, so adding the policy setting
  • Loading branch information
lucasw committed Nov 17, 2024
1 parent 038ecb8 commit 37e1e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screen_grab/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.0.2)
project(screen_grab)

cmake_policy(SET CMP0148 OLD)

find_package(catkin REQUIRED COMPONENTS
cv_bridge # image_show
dynamic_reconfigure
Expand Down

0 comments on commit 37e1e73

Please sign in to comment.