From eefdb0e2d0c1ba4c5ad514cd806d7c07111b379f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Ram=C3=ADrez?= Date: Thu, 25 Apr 2024 15:58:51 +0200 Subject: [PATCH] Update doc/quickstart/cpp.md --- doc/quickstart/cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart/cpp.md b/doc/quickstart/cpp.md index cd19825cda..6abb536eec 100644 --- a/doc/quickstart/cpp.md +++ b/doc/quickstart/cpp.md @@ -67,7 +67,7 @@ Follow the instructions on [this page on how to set up Conan](https://conan.io/d Install mlpack: ```shell -conan install --requires=mlpack/4.3.0 --build=missing +conan install --requires="mlpack/[*]" --build=missing ``` If the version is outdated or there is a new release version, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the conan-center-index repository.