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 cmake_minimum_required(VERSION 3.25)
0002 
0003 include(FetchContent)
0004 
0005 # Tell the user what's happening.
0006 message(STATUS "Building nlohmann_json as part of the ACTS project")
0007 
0008 # Declare where to get nlohmann json from.
0009 FetchContent_Declare(nlohmann_json SYSTEM ${ACTS_NLOHMANNJSON_SOURCE})
0010 
0011 # Now set up its build.
0012 set(JSON_BuildTests OFF CACHE INTERNAL "")
0013 set(JSON_Install ON CACHE INTERNAL "")
0014 FetchContent_MakeAvailable(nlohmann_json)