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

[Conan] Switching to Artifactory repo.

parent cb9b2370
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ install:
- if not exist "C:\projects\deps\conan\" mkdir C:\projects\deps\conan
- set PATH=%PYTHON%/Scripts/;%PATH%
- pip.exe install conan --upgrade
- conan remote add -i 0 ogs https://api.bintray.com/conan/ogs/conan
- conan remote add -i 0 ogs https://ogs.jfrog.io/ogs/api/conan/conan
# Install Ninja
- set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip"
......
......@@ -47,5 +47,6 @@ endforeach()
conan_cmake_run(REQUIRES ${CONAN_REQUIRES}
OPTIONS ${CONAN_OPTIONS}
BASIC_SETUP
UPDATE
BUILD missing
)
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