Markus Prettner
Markus Prettner
Same fix as in [GKlib/pull/31](https://github.com/KarypisLab/GKlib/pull/31) for detecting whether the thread-local storage attribute is available.
This PR fixes an incorrect check for detecting whether MSVC supports thread-local storage or not. The build system uses the cmake function `try_compile` to compile a test file which contains...
The names of the `aiPrimitiveType` point and line are misspelled with a plural 's' in the docstring of the `aiProcess_FindDegenerates` flag. The enum values are defined in `include/assimp/mesh.h` Also, I...