metanorma / libemf2svg

Microsoft (MS) EMF to SVG conversion library
GNU General Public License v2.0
11 stars 2 forks source link

Wrong command line example in the README #41

Closed maxirmx closed 8 months ago

maxirmx commented 8 months ago

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