Remove CMP0065 mentions from CMakeLists.txt

This commit is contained in:
Sebastian Messmer 2022-10-13 00:00:07 -07:00
parent 6f43639ab5
commit 48929bb884

View File

@ -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