We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0df224 commit d552623Copy full SHA for d552623
examples/libraries/libcurl/download_image/ci_test_example.py
@@ -3,7 +3,7 @@
3
4
print("libcurl and stb example")
5
6
-# not using a conanfile because that will be created by the CLion plugins, in case someone just wants to
+# not using a conanfile because that will be created by the CLion plugin, in case someone just wants to
7
# copy this code to its folder so that the user does not find any conflicting file
8
run("conan install --requires=stb/cci.20240531 --build=missing -g CMakeDeps -g CMakeToolchain --output-folder=build")
9
run("conan install --requires=libcurl/8.12.1 --build=missing -g CMakeDeps -g CMakeToolchain --output-folder=build")
0 commit comments