1
1

Fix warning in the STL code

The fast_float is an external library, so move it to the
system includes which has less strict compiler flags applied.

This matches how other IO module use this library as well.

Pull Request: blender/blender#106892
This commit is contained in:
2023-04-13 11:06:42 +02:00
committed by Sergey Sharybin
parent e5d50b1787
commit c26083b6be

View File

@@ -14,12 +14,11 @@ set(INC
../../makesrna
../../nodes
../../windowmanager
../../../../extern/fast_float
../../../../intern/guardedalloc
)
set(INC_SYS
../../../../extern/fast_float
)
set(SRC