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.
2 parents 86e68a9 + a20ea83 commit bee4308Copy full SHA for bee4308
src/Conan.cmake
@@ -169,6 +169,9 @@ macro(_run_conan1)
169
# Pass either autodetected settings or a conan profile
170
${CONAN_SETTINGS}
171
${OUTPUT_QUIET}
172
+ CONF
173
+ -c tools.system.package_manager:mode=install
174
+ -c tools.system.package_manager:sudo=True
175
)
176
endforeach()
177
endif()
@@ -217,7 +220,11 @@ macro(_run_conan2)
217
220
218
221
219
222
if(NOT _args_INSTALL_ARGS)
- set(_args_INSTALL_ARGS "--build=missing")
223
+ set(_args_INSTALL_ARGS
224
+ --build=missing
225
226
227
+ )
228
229
230
set(CONAN_HOST_PROFILE "${_args_HOST_PROFILE}" CACHE STRING "Conan host profile" FORCE)
0 commit comments