Remove parentheses for compatibility with cmake 2.6.2
This commit is contained in:
parent
cd1225ef14
commit
010ed9510b
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user