aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-11-24 22:26:13 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-11-24 22:26:13 +0000
commit010ed9510baa90433feae976ce72bcb4d19c42d9 (patch)
treef413148c249c5117f1b3abd45a6b4dcb6a8e9f05 /blas
parentcd1225ef14010d3414a38e5e9cc6ec273d7e32e5 (diff)
Remove parentheses for compatibility with cmake 2.6.2
Diffstat (limited to 'blas')
-rw-r--r--blas/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/blas/CMakeLists.txt b/blas/CMakeLists.txt
index 61844b67c..8c6792ad1 100644
--- a/blas/CMakeLists.txt
+++ b/blas/CMakeLists.txt
@@ -1,7 +1,7 @@
project(EigenBlas CXX)
-if( ( NOT DEFINED EIGEN_Fortran_COMPILER_WORKS ) OR EIGEN_Fortran_COMPILER_WORKS)
+if( NOT DEFINED EIGEN_Fortran_COMPILER_WORKS OR EIGEN_Fortran_COMPILER_WORKS)
enable_language(Fortran OPTIONAL)