Skip to content

Commit 9dff0ad

Browse files
authored
Specify that we currently only support Conan 1 (#745)
1 parent 4a50dab commit 9dff0ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ in the section below or you can use conan. As libcosim is made available as a
2121
conan package on https://osp.jfrog.io, you can include it in your application
2222
following these steps:
2323

24-
* Install [Conan]
24+
* Install [Conan] version 1.x
2525
* Add the OSP Conan repository as a remote:
2626

2727
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local
@@ -38,7 +38,7 @@ How to build
3838
* Compilers: [Visual Studio] >= 16.0/2019 (Windows), GCC >= 7 (Linux)
3939
* Build tool: [CMake]
4040
* API documentation generator (optional): [Doxygen]
41-
* Package manager (optional): [Conan]
41+
* Package manager (optional): [Conan] 1.x
4242

4343
Throughout this guide, we will use Conan to manage dependencies. However, it
4444
should be possible to use other package managers as well, such as [vcpkg], and

0 commit comments

Comments
 (0)