Back to home page

EIC code displayed by LXR

 
 

    


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

0001 include(FetchContent)
0002 
0003 # Tell the user what's happening.
0004 message(STATUS "Building pybind11 as part of the ACTS project")
0005 
0006 # Declare where to get pybind from.
0007 FetchContent_Declare(pybind11 ${ACTS_PYBIND11_SOURCE})
0008 
0009 # Now set up its build.
0010 set(PYBIND11_TEST OFF)
0011 set(PYBIND11_INSTALL OFF)
0012 FetchContent_MakeAvailable(pybind11)