Changeset 8d90a61eae67bda8db8af731847d09b53dea967b
- Timestamp:
- 04/15/08 22:38:58
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1208291938 +0200
- git-parent:
[a55cd54a8ef95952fe88852e42448a355af56f7c]
- git-author:
- Rafaël Carré <funman@videolan.org> 1208291938 +0200
- Message:
Do not try to use cmake 2.4
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r01a95e7 |
r8d90a61 |
|
| 1 | 1 | PROJECT(vlc) |
|---|
| | 2 | |
|---|
| | 3 | CMAKE_POLICY(VERSION 2.5) |
|---|
| 2 | 4 | |
|---|
| 3 | 5 | ENABLE_TESTING() |
|---|