Skip to content

Commit 953ecf8

Browse files
committed
it to support new vcpkg that it's jsoncpp library
1 parent d789bc2 commit 953ecf8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/3rdpty/expat
2+
/3rdpty/jsoncpp

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ if(CM_UTIL_SUPPORT_XML)
123123
endif()
124124

125125
IF(CM_UTIL_SUPPORT_JSON)
126-
target_link_libraries(CMUtil PRIVATE jsoncpp_lib jsoncpp_object JsonCpp::JsonCpp)
126+
target_link_libraries(CMUtil PRIVATE JsonCpp::JsonCpp)
127127
ENDIF(CM_UTIL_SUPPORT_JSON)

0 commit comments

Comments
 (0)