Warning, /acts/thirdparty/pybind11/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 cmake_minimum_required(VERSION 3.25)
0002
0003 include(FetchContent)
0004
0005 # Tell the user what's happening.
0006 message(STATUS "Building pybind11 as part of the ACTS project")
0007
0008 # Declare where to get pybind from.
0009 FetchContent_Declare(pybind11 SYSTEM ${ACTS_PYBIND11_SOURCE})
0010
0011 # Now set up its build.
0012 set(PYBIND11_TEST OFF)
0013 set(PYBIND11_INSTALL OFF)
0014 FetchContent_MakeAvailable(pybind11)