mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 10:41:03 +08:00
10 lines
178 B
CMake
10 lines
178 B
CMake
|
cmake_policy(PUSH)
|
||
|
cmake_policy(VERSION 3.0)
|
||
|
|
||
|
@PACKAGE_INIT@
|
||
|
|
||
|
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-targets.cmake" )
|
||
|
|
||
|
check_required_components(JsonCpp)
|
||
|
|
||
|
cmake_policy(POP)
|