indoorvivants / sn-vcpkg

SBT/Mill plugins (and a CLI) to install C/C++ dependencies using Vcpkg (https://vcpkg.io/en/index.html), with Scala Native integration
16 stars 2 forks source link

Inexistent vcpkgNativeApprxomate config #103

Open JD557 opened 1 year ago

JD557 commented 1 year ago

Typo aside, there's a warning in https://github.com/indoorvivants/sn-vcpkg/blob/96d2ef2eb3aba3b7358870b107f69310fa9ae8df/modules/core/src/main/scala/com/indoorvivants/vcpkg/VcpkgPluginNativeImpl.scala#L51-L54 and https://github.com/indoorvivants/sn-vcpkg/blob/96d2ef2eb3aba3b7358870b107f69310fa9ae8df/modules/core/src/main/scala/com/indoorvivants/vcpkg/VcpkgPluginNativeImpl.scala#L94-L97 recommending to set vcpkgNativeApprxomate := false, but no setting like that seems to exist.