[clblas] 15/125: Change CMAKE version requirement to 2.8
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clblas.
commit 2b3d7be163424e835849e4edaf5019ad6378361e
Author: Pavan Yalamanchili <pavan at accelereyes.com>
Date: Fri Sep 6 11:44:58 2013 -0400
Change CMAKE version requirement to 2.8
ExternalProject is a feature added in version 2.8
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1b84034..784836c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -14,7 +14,7 @@
# limitations under the License.
# ########################################################################
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 2.8)
#User toggle-able options that can be changed on the command line with -D
option( BUILD_RUNTIME "Build the BLAS runtime library" ON )
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git
More information about the debian-science-commits
mailing list