The "vcpkg env" command fails with the following error.
CMake Error: Error processing file: D:/vcpkg/scripts/get_triplet_environment.cmake
I see that scripts/get_triplet_environment.cmake was recently added in a pull request but there is no such file in master.
Environment
To Reproduce
Expected behavior
This should not happen. It should create a shell with the expected vcpkg enviornment.
Curious. I rebuilt vcpkg by running bootstrap-vcpkg.bat again and now the vcpkg env command works as expected.
And I just figured out what is going on. The file scripts/get_triplet_environment.cmake was recently removed, not added. My old vcpkg.exe still referenced it.
Most helpful comment
Curious. I rebuilt vcpkg by running bootstrap-vcpkg.bat again and now the vcpkg env command works as expected.
And I just figured out what is going on. The file scripts/get_triplet_environment.cmake was recently removed, not added. My old vcpkg.exe still referenced it.