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
Output from Foundation-testsuite on Windows 11 (ARM64 build):
testPlatform: POCO_OS: 4097
POCO_ARCH: 15
testFixedLength:
testBugcheck:
testEnvironment: OS Name: Windows NT
OS Display Name: Windows 8
OS Version: 6.2 (Build 9200)
OS Architecture: Unknown
Node Name: WIN-893K4LJ8OGQ
Node ID: 16:e0:0d:ac:09:6b
Number of CPUs: 6
If part of the code is used in separate application within main(), it works correctly. Nevertheless, if it is built as part of Poco Library, it will always return IA32 (on ARM and AMD architecture).
Thus, it searches its elements in non-existing Path, since CMAKE_SYSTEM_PROCESSOR returns the correct OS architecture.
Describe the bug
Poco osArchitectureImpl() reports "Unknown" on ARM Windows 11.
Expected behavior
OS Architecture shall be "ARM64"
Please add relevant environment information:
The text was updated successfully, but these errors were encountered: