diff --git a/CMakeLists.txt b/CMakeLists.txt index b93cb6f8a0b2a7710a84d0d9ff50a2f944576733..200adba22268221f344bde47804155466ed48426 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,19 +48,17 @@ set_property(CACHE CPACK_PACKAGE_SUFFIX PROPERTY STRINGS nightly unstable "") #e #Set package name here set ( CPACK_PACKAGE_NAME "mantid${CPACK_PACKAGE_SUFFIX}" ) - ########################################################################### # Bootstrap any dependencies ########################################################################### include ( Bootstrap ) ########################################################################### -# Include Eigen as an external project +# Configure Eigen early ########################################################################### include ( Eigen ) ########################################################################### - # Set ParaView information since later items depend on it ########################################################################### # VATES flag. Requires ParaView @@ -388,4 +386,4 @@ if ( ENABLE_CPACK ) include ( CPack ) # let people know what is coming out the other end - must be after cpack generates value for rpm message ( STATUS "CPACK_PACKAGE_FILE_NAME = ${CPACK_PACKAGE_FILE_NAME}" ) -endif () +endif () \ No newline at end of file