Same situation when done in the command line like mentioned in the README (cmake . -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake), although to make it work I have to prepend the path with ./ to become: cmake . -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake
Same situation when done in the command line like mentioned in the
README
(cmake . -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
), although to make it work I have to prepend the path with./
to become:cmake . -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake
Originally posted by @ant1j in https://github.com/metanorma/libemf2svg/issues/39#issuecomment-1990232724