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
Build with cmake with this cmake -G "Visual Studio 16 2019" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_BUILD_TYPE=Release -A ARM64 -DUWP=TRUE ..
and cmake --build . --config Release --target Project
error code is
fmt/chrono.h(884,5): error C3861: '_tzset':
identifier not found project\build\Project.vcxproj]
The text was updated successfully, but these errors were encountered:
On 8.0.1 builds normally
Build with cmake with this
cmake -G "Visual Studio 16 2019" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_BUILD_TYPE=Release -A ARM64 -DUWP=TRUE ..
and
cmake --build . --config Release --target Project
error code is
The text was updated successfully, but these errors were encountered: