tpaviot / oce

OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
http://groups.google.com/group/oce-dev
GNU Lesser General Public License v2.1
811 stars 284 forks source link

Fails to compile on Windows ARM 32-bit #683

Open GyrosGeier opened 6 years ago

GyrosGeier commented 6 years ago

Testing with

cmake -G "Visual Studio 15 2017 ARM"

leads to a compile failure

…\src\Standard\Standard.cxx(119): error C4235: nonstandard extension used: '__asm' keyword not supported on this architecture […\build\adm\cmake\TKernel\TKernel.vcxproj]

Not an urgent issue given that 32-bit ARM Windows systems are rather scarce.