Skip to content
Snippets Groups Projects
Verified Commit a68aa2cc authored by Lars Bilke's avatar Lars Bilke
Browse files
parent f3043454
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,9 @@ if("${file_timestamp}" VERSION_LESS ${timestamp} OR DEFINED ENV{CI})
set(CONAN_COMMAND ${CONAN_CMD} CACHE INTERNAL "") # Speed up conan_add_remote
conan_add_remote(NAME ogs INDEX 0
URL https://ogs.jfrog.io/ogs/api/conan/conan)
conan_add_remote(NAME bincrafters INDEX 2
URL https://api.bintray.com/conan/bincrafters/public-conan)
conan_add_remote(NAME bincrafters INDEX 1
URL https://bincrafters.jfrog.io/artifactory/api/conan/public-conan)
execute_process(COMMAND ${CONAN_COMMAND} config set general.revisions_enabled=1)
else()
message(STATUS "Conan: Skipping update step.")
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