From 8d90a61eae67bda8db8af731847d09b53dea967b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 15 Apr 2008 22:38:58 +0200 Subject: [PATCH] Do not try to use cmake 2.4 --- extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt b/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt index 1f7227c14c..33363b3718 100644 --- a/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt +++ b/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt @@ -1,5 +1,7 @@ PROJECT(vlc) +CMAKE_POLICY(VERSION 2.5) + ENABLE_TESTING() # Set the module path -- 2.39.5