Skip to content

Commit

Permalink
Set CMP0135 policy to new
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Dec 5, 2023
1 parent 1d6fd4b commit 5fbf1ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
cmake_minimum_required(VERSION 3.16.0)
cmake_minimum_required(VERSION 3.24.0)
project(torch_vendor)
include(FetchContent)

cmake_policy(SET CMP0135 NEW)

## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
Expand Down

0 comments on commit 5fbf1ce

Please sign in to comment.