nats-io / nats.c

A C client for NATS
Apache License 2.0
384 stars 134 forks source link

vcpkg_link_err #702

Closed goumanghd closed 9 months ago

goumanghd commented 9 months ago

Observed behavior

e.g file cnats-targets-debug.cmake

list(APPEND _cmake_import_check_targets cnats::nats ) list(APPEND _cmake_import_check_files_for_cnats::nats "${_IMPORT_PREFIX}/debug/lib/natsd.lib" "${_IMPORT_PREFIX}/debug/ -->bin/natsd.lib<---" ) --->err<---

Expected behavior

list(APPEND _cmake_import_check_targets cnats::nats ) list(APPEND _cmake_import_check_files_for_cnats::nats "${_IMPORT_PREFIX}/debug/lib/natsd.lib" "${_IMPORT_PREFIX}/debug/ -->bin/natsd.dll<---" ) --->success<---

note: such err total two , you can search by [bin/natsd.lib] [lib/natsd.dll] , you will get the err point.

Server and client version

vcpkg { "name": "cnats", "version": "3.6.0" }

Host environment

No response

Steps to reproduce

No response

kozlovic commented 9 months ago

Sorry, but that is outside of the scope of this repository. I would recommend that you follow up there maybe.