diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2010-12-11 10:59:02 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-12-14 17:20:56 (GMT) |
commit | dd2a5aa69fa1ba9fc73740355971fc28bfb504c0 (patch) | |
tree | 8183d5f5bfcc905dae86463a06498200bc50ccd5 /Tests/CPackComponentsForAll/CMakeLists.txt | |
parent | 88b7f4252c86f655c026d0906e7a8396cf75b70c (diff) | |
download | CMake-dd2a5aa69fa1ba9fc73740355971fc28bfb504c0.zip CMake-dd2a5aa69fa1ba9fc73740355971fc28bfb504c0.tar.gz CMake-dd2a5aa69fa1ba9fc73740355971fc28bfb504c0.tar.bz2 |
CPack Default component test for ZIP should be OK
Diffstat (limited to 'Tests/CPackComponentsForAll/CMakeLists.txt')
-rw-r--r-- | Tests/CPackComponentsForAll/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponentsForAll/CMakeLists.txt b/Tests/CPackComponentsForAll/CMakeLists.txt index 4153ac9..971b2dc 100644 --- a/Tests/CPackComponentsForAll/CMakeLists.txt +++ b/Tests/CPackComponentsForAll/CMakeLists.txt @@ -7,7 +7,7 @@ # Depending on the CPack generator and on some CPACK_xxx var values # the generator may produce a single (NSIS, PackageMaker) # or several package files (Archive Generators, RPM, DEB) -cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.3.20101130 FATAL_ERROR) project(CPackComponentsForAll) # Create the mylib library |