1
0
mirror of https://github.com/nlohmann/json synced 2024-11-24 12:50:13 +00:00
nlohmannjson/cmake/config.cmake.in

8 lines
211 B
CMake

@PACKAGE_INIT@
set_and_check(JSON_INCLUDE_DIR "@PACKAGE_JSON_INCLUDE_DESTINATION@")
cmake_policy(PUSH)
cmake_policy(SET CMP0024 OLD)
include(${CMAKE_CURRENT_LIST_DIR}/@JSON_TARGETS_FILENAME@)
cmake_policy(POP)