diff --git a/README.md b/README.md index f4841b428..d4b0012bb 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ include(FetchContent) FetchContent_Declare( yalantinglibs - GIT_REPOSITORY https://github.com/JYLeeLYJ/yalantinglibs.git - GIT_TAG feat/fetch # optional ( default master / main ) + GIT_REPOSITORY https://github.com/alibaba/yalantinglibs.git + GIT_TAG 0766d839fe52eb12ac7ecd34bc39a76399cfde41 # optional ( default master / main ) GIT_SHALLOW 1 # optional ( --depth=1 ) ) diff --git a/cmake/install.cmake b/cmake/install.cmake index ebc2d53a7..d64ae0828 100644 --- a/cmake/install.cmake +++ b/cmake/install.cmake @@ -22,6 +22,7 @@ target_include_directories(yalantinglibs INTERFACE $ $ $ + $ ) install(TARGETS yalantinglibs EXPORT yalantinglibsTargets