Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/thirdparty/nlohmann_json/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 nlohmann_json as part of the ACTS project")
0005 
0006 # Declare where to get nlohmann json from.
0007 FetchContent_Declare(nlohmann_json ${ACTS_NLOHMANNJSON_SOURCE})
0008 
0009 # Now set up its build.
0010 set(JSON_BuildTests OFF CACHE INTERNAL "")
0011 set(JSON_Install ON CACHE INTERNAL "")
0012 FetchContent_MakeAvailable(nlohmann_json)