Merge pull request #1899 from borglab/fix/more-gcc-warnings-ros-builds

release/4.3a0
Varun Agrawal 2024-11-08 19:00:55 -05:00 committed by GitHub
commit a95d816f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.9)
if (POLICY CMP0082) if (POLICY CMP0082)
cmake_policy(SET CMP0082 NEW) # install from sub-directories immediately cmake_policy(SET CMP0082 NEW) # install from sub-directories immediately
endif() endif()