-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Typo aside, there's a warning in
sn-vcpkg/modules/core/src/main/scala/com/indoorvivants/vcpkg/VcpkgPluginNativeImpl.scala
Lines 51 to 54 in 96d2ef2
| logger.warn( | |
| s"Compilation flags for `${nameDescr}` dependency were approximate, and might be incorrect. " + | |
| "If you want to disable approximation, set `vcpkgNativeApprxomate := false`" | |
| ) |
sn-vcpkg/modules/core/src/main/scala/com/indoorvivants/vcpkg/VcpkgPluginNativeImpl.scala
Lines 94 to 97 in 96d2ef2
| logger.warn( | |
| s"Linking flags for `$nameDescr` dependency were approximated, and might be incorrect. " + | |
| "If you want to disable approximation, set `vcpkgNativeApprxomate := false`" | |
| ) |
vcpkgNativeApprxomate := false, but no setting like that seems to exist.Metadata
Metadata
Assignees
Labels
No labels