Skip to content

Commit

Permalink
feat: allow syste package installation for conan 1
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Nov 10, 2024
1 parent 706e381 commit a20ea83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ macro(_run_conan1)
# Pass either autodetected settings or a conan profile
${CONAN_SETTINGS}
${OUTPUT_QUIET}
CONF
-c tools.system.package_manager:mode=install
-c tools.system.package_manager:sudo=True
)
endforeach()
endif()
Expand Down

0 comments on commit a20ea83

Please sign in to comment.