mirror of
https://github.com/Relintai/fast_quadratic_mesh_simplifier.git
synced 2024-11-12 08:35:03 +01:00
Remove -std=c++11 cppflag as it!s not needed.
This commit is contained in:
parent
0007d4793e
commit
36ff1f4444
2
SCsub
2
SCsub
@ -8,8 +8,6 @@ module_env = env.Clone()
|
|||||||
#if os.path.isdir('../mesh_data_resource'):
|
#if os.path.isdir('../mesh_data_resource'):
|
||||||
# module_env.Append(CPPDEFINES=['MESH_DATA_RESOURCE_PRESENT'])
|
# module_env.Append(CPPDEFINES=['MESH_DATA_RESOURCE_PRESENT'])
|
||||||
|
|
||||||
module_env.Append(CPPFLAGS=["-std=c++11"])
|
|
||||||
|
|
||||||
sources = [
|
sources = [
|
||||||
|
|
||||||
"register_types.cpp",
|
"register_types.cpp",
|
||||||
|
Loading…
Reference in New Issue
Block a user