Assimp Hacks 1: Disable option compiler warnings as errors

kim kulling
Oct 6, 2022

What is the problem?

When using the Asset-Importer-Lib the option “Warnings as errors” is enabled as the default configuration. If you need to use a new compiler new warnings can stop you build.

You will need a simple way to fix the build without modifying the whole Asset-Importer-Source.

How to solve it!

The Asset-Importer-Lib uses a cmake-based build with a list of options. One of these option controls the “Warning-as-errors”…

--

--

kim kulling

I am working as a System-Architect at Dräger. In my free time I am the Asset-Importer-Lib Lead..