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
I've already setup the rest and the project compiles without vcpkg and the new dependency I'm introducing with vcpkg, but :
-- Adding Benchmark: algorithms.bench.cpp
CMake Error at /home/NavilleZhang/Deps/x64-windows-static/scripts/buildsystems/vcpkg.cmake:190 (find_program):
Could not find Z_VCPKG_BUILTIN_POWERSHELL_PATH using the following names:
powershell
Call Stack (most recent call first):
/home/NavilleZhang/Deps/x64-windows-static/scripts/buildsystems/vcpkg.cmake:582 (z_vcpkg_set_powershell_path)
benchmarks/CMakeLists.txt:132 (add_executable)
benchmarks/CMakeLists.txt:196 (add_benchmark_test)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've already setup the rest and the project compiles without vcpkg and the new dependency I'm introducing with vcpkg, but :
Solved, apparently you need to clean cmake cache
Beta Was this translation helpful? Give feedback.
All reactions