1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

update patch comment

This commit is contained in:
Lars Melchior 2020-07-29 12:35:55 +02:00
parent a8e26eaf8d
commit 910b077214

View file

@ -13,10 +13,10 @@ CPMAddPackage(
CPMAddPackage(
NAME MCSS
GITHUB_REPOSITORY TheLartians/m.css
# using a local patch until https://github.com/mosra/m.css/pull/171 is resolved
GIT_TAG 1bf162b96d5bfefc9967a80cef138f1270ffa415
DOWNLOAD_ONLY YES
# patched version until https://github.com/mosra/m.css/pull/171 is resolved
GITHUB_REPOSITORY TheLartians/m.css
GIT_TAG 1bf162b96d5bfefc9967a80cef138f1270ffa415
)
# ---- Doxygen variables ----