mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-30 00:32:01 +08:00
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)
|
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)
|
enable_language(Fortran OPTIONAL)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user