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" )`}