adapt shorthand syntax in other dependencies (#88)
This commit is contained in:
parent
27c17d63cf
commit
0b21db1022
4 changed files with 5 additions and 26 deletions
|
@ -6,15 +6,9 @@ project(GreeterDocs)
|
|||
|
||||
include(../cmake/CPM.cmake)
|
||||
|
||||
CPMAddPackage("gh:mosra/m.css#42d4a9a48f31f5df6e246c948403b54b50574a2a")
|
||||
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
|
||||
|
||||
CPMAddPackage(
|
||||
NAME MCSS
|
||||
DOWNLOAD_ONLY YES
|
||||
GITHUB_REPOSITORY mosra/m.css
|
||||
GIT_TAG 42d4a9a48f31f5df6e246c948403b54b50574a2a
|
||||
)
|
||||
|
||||
# ---- Doxygen variables ----
|
||||
|
||||
# set Doxyfile variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue