diff --git a/libphidget22/CMakeLists.txt b/libphidget22/CMakeLists.txt index d0640d5..d066823 100644 --- a/libphidget22/CMakeLists.txt +++ b/libphidget22/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.5) +cmake_policy(SET CMP0135 NEW) # https://cmake.org/cmake/help/latest/policy/CMP0135.html project(libphidget22) find_package(ament_cmake REQUIRED)