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
Describe the bug
When we use vcpkg_acquire_msys, if SOURCE_PATH is not defined, we will encounter an error:
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:50 (_execute_process):
_execute_process called with no value for WORKING_DIRECTORY.
Call Stack (most recent call first):
scripts/cmake/vcpkg_acquire_msys.cmake:119 (vcpkg_execute_required_process)
Describe the bug
When we use
vcpkg_acquire_msys
, ifSOURCE_PATH
is not defined, we will encounter an error:Related code:
vcpkg/scripts/cmake/vcpkg_acquire_msys.cmake
Line 122 in bf3e071
The text was updated successfully, but these errors were encountered: