Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/thirdparty/eigen3/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.25)
0002 
0003 # CMake include(s).
0004 include(FetchContent)
0005 
0006 # Tell the user what's happening.
0007 message(STATUS "Building Eigen3 as part of the Acts project")
0008 
0009 # Declare where to get Eigen from.
0010 FetchContent_Declare(Eigen SYSTEM ${ACTS_EIGEN3_SOURCE})
0011 FetchContent_MakeAvailable(Eigen)