We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check_required_components
1 parent 8214f71 commit 3d47db0Copy full SHA for 3d47db0
CMakeLists.txt
@@ -179,8 +179,8 @@ if(JSONCPP_WITH_PKGCONFIG_SUPPORT)
179
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
180
endif()
181
182
+include(CMakePackageConfigHelpers)
183
if(JSONCPP_WITH_CMAKE_PACKAGE)
- include(CMakePackageConfigHelpers)
184
install(EXPORT jsoncpp
185
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/jsoncpp
186
FILE jsoncpp-targets.cmake)
jsoncppConfig.cmake.meson.in
@@ -4,5 +4,3 @@
4
@MESON_STATIC_TARGET@
5
6
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-namespaced-targets.cmake" )
7
-
8
-check_required_components(JsonCpp)
0 commit comments