You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a clean build with VS2019, and am encountering this build issue which has me stumped:
EAR Production Suite Base Version: 0.7.3
EAR Production Suite Current Version: 0.7.3.EPS-beta-3-g7743
CMake Error at submodules/vcpkg/scripts/buildsystems/vcpkg.cmake:800 (_find_package):
Could not find a configuration file for package "nng" that is compatible
with requested version "".
The following configuration files were considered but not accepted:
...I'm guessing either I need nng installed or the package should automatically be pulled down, but this is failing. Any help would be gratefully received. log.txt
The text was updated successfully, but these errors were encountered:
Hi,
It's not clear from the information in that log, but could this be because you are mixing architectures? (make sure you set your generator to x64 when using the x64-windows-static triplet or any of the Windows CMake presets).
Failing that, it might be helpful to see the contents of build/windows-default/CMakeFiles/CMakeOutput.log and build/windows-default/CMakeFiles/CMakeError.log and we might be able to determine the cause from those. If you don't want to post those on this issue ticket, you could email [email protected]
Hope that helps
I'm running a clean build with VS2019, and am encountering this build issue which has me stumped:
EAR Production Suite Base Version: 0.7.3
EAR Production Suite Current Version: 0.7.3.EPS-beta-3-g7743
CMake Error at submodules/vcpkg/scripts/buildsystems/vcpkg.cmake:800 (_find_package):
Could not find a configuration file for package "nng" that is compatible
with requested version "".
The following configuration files were considered but not accepted:
Call Stack (most recent call first):
CMakeLists.txt:44 (find_package)
...I'm guessing either I need nng installed or the package should automatically be pulled down, but this is failing. Any help would be gratefully received.
log.txt
The text was updated successfully, but these errors were encountered: