[vlc-devel] commit: Do not try to use cmake 2.4 ( Rafaël Carré )

git version control git at videolan.org
Tue Apr 15 22:38:15 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Apr 15 22:38:58 2008 +0200| [8d90a61eae67bda8db8af731847d09b53dea967b]

Do not try to use cmake 2.4

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d90a61eae67bda8db8af731847d09b53dea967b
---

 .../cmake/CMakeLists/root_CMakeLists.txt           |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt b/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt
index 1f7227c..33363b3 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




More information about the vlc-devel mailing list