jsoncpp/jsoncppConfig.cmake.in
Timo Röhling d40513ada5 Bump CMake policy version to avoid deprecation warning
Starting with CMake 3.27, there will be a warning for compat levels
below CMake 3.5.
2023-07-09 23:28:12 +02:00

12 lines
259 B
CMake

cmake_policy(PUSH)
cmake_policy(VERSION 3.0...3.26)
@PACKAGE_INIT@
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-targets.cmake" )
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-namespaced-targets.cmake" )
check_required_components(JsonCpp)
cmake_policy(POP)