Skip to content
Snippets Groups Projects
Commit bb0d3fd1 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Fixed conan remote adding.

parent 8da3bb79
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,7 @@ else()
endif()
# Add conan-community remote
if("${CONAN_REMOTES}" MATCHES "conan-community: \
https://api.bintray.com/conan/conan-community/conan")
if("${CONAN_REMOTES}" MATCHES "conan-community: https://api.bintray.com/conan/conan-community/conan")
execute_process(COMMAND ${CONAN_CMD} remote update -i 2 conan-community
https://api.bintray.com/conan/conan-community/conan)
else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment