]> git.lyx.org Git - features.git/commitdiff
Cmake build: Remove deprecated policy warning
authorKornel Benko <kornel@lyx.org>
Sun, 1 Mar 2020 14:36:41 +0000 (15:36 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:53 +0000 (15:48 +0200)
CMakeLists.txt

index cb5565303bea15ddbaec94e5f2a24f73b26c16a4..76c4d5756be1936f9c02118eac93ef900d208d9f 100644 (file)
@@ -49,7 +49,7 @@ if(COMMAND cmake_policy)
        endif()
        cmake_policy(SET CMP0020 NEW)
        if(POLICY CMP0075)
-               cmake_policy(SET CMP0075 OLD)
+               cmake_policy(SET CMP0075 NEW)
        endif()
 endif()