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
Thanks, -DIce_HOME explicitly specify the Ice path worked,but encountered another error.
Here is the complete command:
cmake .. -G "Visual Studio 17 2022" -A x64 -DCMAKE_TOOLCHAIN_FILE=D:\install\vcpkg\scripts\buildsystems\vcpkg.cmake -Dstatic=ON -DIce_HOME=D:\install\vcpkg\installed\x64-windows-static-md -DCMAKE_BUILD_TYPE=Debug
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIB_ODBC32
linked by target "mumble-server" in directory D:/CodeRTC/mumble157/mumble/src/murmur
The issue
CMake Error at cmake/pkg-utils.cmake:87 (message):
Ice component not found: Ice D:\CodeRTC\mumble\cmake/pkg-utils.cmake 87
I installed all zeroc-ice 、zeroc-ice-mumble lib,build project still encounter this error
vcpkg install zeroc-ice
vcpkg install zeroc-ice-mumble
Mumble version
master
Mumble component
I don't know
OS
Windows
Additional information
No response
The text was updated successfully, but these errors were encountered: