You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-18
Original file line number
Diff line number
Diff line change
@@ -85,36 +85,35 @@ The range-v3 port in vcpkg is kept up to date by Microsoft team members and comm
85
85
Building range-v3 - Using Conan
86
86
-------------------------------
87
87
88
-
You can download and install range-v3 using the [Conan](https://github.com/conan-io/conan) dependency manager.
88
+
You can install pre-built binaries for range-v3 or build it from source using [Conan](https://conan.io/).
89
89
90
-
Setup your CMakeLists.txt (see [Conan documentation](https://docs.conan.io/en/latest/integrations/build_system.html) on how to use MSBuild, Meson and others):
90
+
Setup your `CMakeLists.txt`:
91
91
```cmake
92
92
project(myproject CXX)
93
93
94
94
add_executable(${PROJECT_NAME} main.cpp)
95
-
96
-
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) # Include Conan-generated file
0 commit comments