We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e68a9 commit 706e381Copy full SHA for 706e381
src/Conan.cmake
@@ -217,7 +217,11 @@ macro(_run_conan2)
217
endif()
218
219
if(NOT _args_INSTALL_ARGS)
220
- set(_args_INSTALL_ARGS "--build=missing")
+ set(_args_INSTALL_ARGS
221
+ --build=missing
222
+ -c tools.system.package_manager:mode=install
223
+ -c tools.system.package_manager:sudo=True
224
+ )
225
226
227
set(CONAN_HOST_PROFILE "${_args_HOST_PROFILE}" CACHE STRING "Conan host profile" FORCE)
0 commit comments