diff options
author | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2010-11-24 22:26:13 +0000 |
---|---|---|
committer | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2010-11-24 22:26:13 +0000 |
commit | 010ed9510baa90433feae976ce72bcb4d19c42d9 (patch) | |
tree | f413148c249c5117f1b3abd45a6b4dcb6a8e9f05 | |
parent | cd1225ef14010d3414a38e5e9cc6ec273d7e32e5 (diff) |
Remove parentheses for compatibility with cmake 2.6.2
-rw-r--r-- | blas/CMakeLists.txt | 2 |
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) |