From 48929bb884e6791e40042abc860b998ddc6d7f2e Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 13 Oct 2022 00:00:07 -0700 Subject: [PATCH] Remove CMP0065 mentions from CMakeLists.txt --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea0f86f2..33e69792 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,5 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR) -# TODO Remove this deprecated policy switch once we're on cmake 3.4 or later -# cmake_policy(SET CMP0065 OLD) - # TODO Perf test: # - try if setting CRYPTOPP_NATIVE_ARCH=ON and adding -march=native to the compile commands for cryfs source files makes a difference # -> if yes, offer a cmake option to enable both of these