We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d789bc2 commit 953ecf8Copy full SHA for 953ecf8
.gitignore
@@ -0,0 +1,2 @@
1
+/3rdpty/expat
2
+/3rdpty/jsoncpp
src/CMakeLists.txt
@@ -123,5 +123,5 @@ if(CM_UTIL_SUPPORT_XML)
123
endif()
124
125
IF(CM_UTIL_SUPPORT_JSON)
126
- target_link_libraries(CMUtil PRIVATE jsoncpp_lib jsoncpp_object JsonCpp::JsonCpp)
+ target_link_libraries(CMUtil PRIVATE JsonCpp::JsonCpp)
127
ENDIF(CM_UTIL_SUPPORT_JSON)
0 commit comments