From cdb4a05eb694dc36c82046b428577ca52353237a Mon Sep 17 00:00:00 2001 From: Curve Date: Wed, 2 Oct 2024 21:13:25 +0200 Subject: [PATCH] fix(docs/installation): cpm command and spacing --- docs/getting-started/installation.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index fd4917c..13cc48a 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -25,10 +25,10 @@ I recommend [CPM](https://github.com/cpm-cmake/CPM.cmake) for managing dependenc Please refer to their [docs](https://github.com/cpm-cmake/CPM.cmake#adding-cpm) on how to install it. - {`CPMFindPackage( - NAME saucer - VERSION $VERSION$ - GIT_REPOSITORY "https://github.com/saucer/saucer" + {`CPMAddPackage( + NAME saucer + VERSION $VERSION$ + GIT_REPOSITORY "https://github.com/saucer/saucer" )`}