Move up adding bincrafters

This commit is contained in:
Patricia Aas 2020-11-28 17:18:43 +01:00
parent b89a51915f
commit f1fe569fbb
2 changed files with 3 additions and 2 deletions

View File

@ -10,4 +10,7 @@ if (NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
"${CMAKE_BINARY_DIR}/conan.cmake")
endif ()
include(${CMAKE_BINARY_DIR}/conan.cmake)
conan_add_remote(NAME bincrafters INDEX 1 URL https://api.bintray.com/conan/bincrafters/public-conan)
add_subdirectory(pacman)

View File

@ -1,5 +1,3 @@
include(${CMAKE_BINARY_DIR}/conan.cmake)
conan_add_remote(NAME bincrafters INDEX 1 URL https://api.bintray.com/conan/bincrafters/public-conan)
conan_cmake_run(CONANFILE conanfile.py BASIC_SETUP CMAKE_TARGETS BUILD missing)