From b6feb68241f3cc32fe01560aeb8177b73035d92f Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:21:02 +0200 Subject: [PATCH] Doesn't help and only works in recent CMake --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c831c719a..00fde9195 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,6 @@ set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS ON CACHE INTERNAL "" FORCE) # Make CUDA support throw errors if architectures remain unclear cmake_policy(SET CMP0104 NEW) -# Ensure deduplication of static libs - cmake_policy(SET CMP0156 NEW) # Ensure CMake is aware of the policies for modern RPATH behavior cmake_policy(SET CMP0072 NEW)