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: https://projects.blender.org/blender/blender/pulls/106892
This commit is contained in:
committed by
Sergey Sharybin
parent
e5d50b1787
commit
c26083b6be
@@ -14,12 +14,11 @@ set(INC
|
||||
../../makesrna
|
||||
../../nodes
|
||||
../../windowmanager
|
||||
../../../../extern/fast_float
|
||||
../../../../intern/guardedalloc
|
||||
)
|
||||
|
||||
set(INC_SYS
|
||||
|
||||
../../../../extern/fast_float
|
||||
)
|
||||
|
||||
set(SRC
|
||||
|
||||
Reference in New Issue
Block a user