Remove parentheses for compatibility with cmake 2.6.2

This commit is contained in:
Jitse Niesen 2010-11-24 22:26:13 +00:00
parent cd1225ef14
commit 010ed9510b

View File

@ -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)