Skip to content

Commit

Permalink
Add UPDATE to make conan try to update packages instead of failing
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Jan 4, 2022
1 parent 98aa82d commit ad20a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ExternalProjects.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ set(FAABRIC_CONAN_PROFILE "${CMAKE_CURRENT_LIST_DIR}/../conan-profile${FAABRIC_A

conan_cmake_install(PATH_OR_REFERENCE .
BUILD outdated
UPDATE
REMOTE conancenter
PROFILE_HOST ${FAABRIC_CONAN_PROFILE}
PROFILE_BUILD ${FAABRIC_CONAN_PROFILE}
Expand Down

0 comments on commit ad20a14

Please sign in to comment.