From 467b347c8df7b780296244453428205d910d2f06 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Tue, 5 Dec 2023 14:13:14 +0100 Subject: [PATCH] Don't set CMP0135 policy as it requires 3.24 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7a0c13..ab0ce30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,6 @@ project(torch_vendor) #set(CMAKE_CUDA_ARCHITECTURES "native") 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