12345678910 |
- diff -up cdrkit-1.1.11/CMakeLists.txt.cmakewarn cdrkit-1.1.11/CMakeLists.txt
- --- cdrkit-1.1.11/CMakeLists.txt.cmakewarn 2012-07-31 13:11:10.075500531 +0200
- +++ cdrkit-1.1.11/CMakeLists.txt 2012-07-31 13:11:41.069108287 +0200
- @@ -1,3 +1,5 @@
- +cmake_minimum_required(VERSION 2.8)
- +cmake_policy(SET CMP0015 OLD)
- PROJECT (cdrkit C)
- SUBDIRS(include genisoimage wodim libedc libhfs_iso icedax libusal librols libunls readom netscsid 3rd-party/dirsplit)
-
|