From ca215b78cdd651f7f9ac49ff4f84b5718e46af37 Mon Sep 17 00:00:00 2001 From: Jean-Marco Alameddine Date: Fri, 21 Apr 2023 18:35:26 +0200 Subject: [PATCH] Update INSTALL.md Co-authored-by: Ludwig Neste <31670556+The-Ludwig@users.noreply.github.com> --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 67c97656..88f61715 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,7 +59,7 @@ $ cmake --install . Per default, CMake installs PROPOSAL to `/usr/local`. To change this, specify the install directory when calling CMake, for example `cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_INSTALL_PREFIX=/path/to/dir`. -*Note:* As an alternative, you may create a local conan package and use it in your project. See the [conan documentation](https://docs.conan.io/en/latest/) for more information. +*Note:* As an alternative, you may create a local conan package and use it in your project. See the [conan documentation](https://docs.conan.io/2/) for more information. ## Building using pip (recommended for Python users)