mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
d39b0dff0c
Starting with CMake 3.27, there will be a warning for compat levels below CMake 3.5. Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com>
12 lines
259 B
CMake
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)
|