You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message("Bootstrapping vcpkg in ${VCPKG_ROOT}") should read message(STATUS "Bootstrapping vcpkg in ${VCPKG_ROOT}")
execute_process(COMMAND ${VCPKG_BOOTSTRAP} WORKING_DIRECTORY ${VCPKG_ROOT}) could include -disableMetrics , i.e. execute_process(COMMAND ${VCPKG_BOOTSTRAP} -disableMetrics WORKING_DIRECTORY ${VCPKG_ROOT}). Perhaps make it a configuration parameter?
(nit) You should set your editor to trim trailing whitespace at end of line.
Thanks! Great product.
The text was updated successfully, but these errors were encountered:
message("Bootstrapping vcpkg in ${VCPKG_ROOT}")
should readmessage(STATUS "Bootstrapping vcpkg in ${VCPKG_ROOT}")
execute_process(COMMAND ${VCPKG_BOOTSTRAP} WORKING_DIRECTORY ${VCPKG_ROOT})
could include -disableMetrics , i.e.execute_process(COMMAND ${VCPKG_BOOTSTRAP} -disableMetrics WORKING_DIRECTORY ${VCPKG_ROOT})
. Perhaps make it a configuration parameter?Thanks! Great product.
The text was updated successfully, but these errors were encountered: