]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
build: Remove now superfluous cmake policy setting
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 23 May 2022 19:14:42 +0000 (21:14 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 23 May 2022 19:14:42 +0000 (21:14 +0200)
CMP0091 defaults to NEW with cmake_minimum_required 3.15 and later.

CMakeLists.txt

index aef9de4df291e3f7161df8bde004e733f5797fd4..c7d31bb56e118b17b9d645a239c5bbea54afa635 100644 (file)
@@ -1,7 +1,5 @@
 cmake_minimum_required(VERSION 3.15)
 
-cmake_policy(SET CMP0091 NEW) # Needed by CMAKE_MSVC_RUNTIME_LIBRARY
-
 project(ccache LANGUAGES C CXX ASM ASM_MASM)
 if(MSVC)
   enable_language(ASM_MASM)