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

[CMake] Typo.

parent 0facd3bc
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ if("${CONAN_REMOTES}" MATCHES "ogs: https://ogs.jfrog.io/ogs/api/conan/conan") ...@@ -62,7 +62,7 @@ if("${CONAN_REMOTES}" MATCHES "ogs: https://ogs.jfrog.io/ogs/api/conan/conan")
else() else()
# Add ogs repo as first # Add ogs repo as first
message(STATUS "Conan adding ogs remote repositoy \ message(STATUS "Conan adding ogs remote repositoy \
(https://api.bintray.com/conan/ogs/conan)") (https://ogs.jfrog.io/ogs/api/conan/conan)")
execute_process(COMMAND ${CONAN_CMD} remote add -i 0 ogs execute_process(COMMAND ${CONAN_CMD} remote add -i 0 ogs
https://ogs.jfrog.io/ogs/api/conan/conan) https://ogs.jfrog.io/ogs/api/conan/conan)
endif() endif()
......
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