1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 05:31:13 +02:00

Updated m.css dependency (#151)

currently m.css commit hash will cause errors found in issue #126. Updating to the latest has fixes these problems

correct hash
This commit is contained in:
Bongani Mbigi 2022-03-27 07:48:05 -05:00 committed by GitHub
parent b3007ae14a
commit f0fe8d1cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ project(GreeterDocs)
include(../cmake/CPM.cmake)
CPMAddPackage("gh:mosra/m.css#42d4a9a48f31f5df6e246c948403b54b50574a2a")
CPMAddPackage("gh:mosra/m.css#a0d292ec311b97fefd21e93cdefb60f88d19ede6")
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
# ---- Doxygen variables ----