mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
a858d8624e
commit
d5d1885254
1 changed files with 0 additions and 2 deletions
|
|
@ -575,7 +575,6 @@ if (MSVC)
|
||||||
/fp:except- # No FP exception overhead
|
/fp:except- # No FP exception overhead
|
||||||
/bigobj # >64k sections - consoleObject.h template depth needs this
|
/bigobj # >64k sections - consoleObject.h template depth needs this
|
||||||
/Qpar- # Disable auto-paralleliser (causes subtle correctness bugs)
|
/Qpar- # Disable auto-paralleliser (causes subtle correctness bugs)
|
||||||
/NODEFAULTLIB
|
|
||||||
${_TORQUE_MSVC_WARNINGS}
|
${_TORQUE_MSVC_WARNINGS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -781,7 +780,6 @@ target_precompile_headers(${TORQUE_APP_NAME} PRIVATE
|
||||||
<cmath>
|
<cmath>
|
||||||
<cstdint>
|
<cstdint>
|
||||||
<cmath>
|
<cmath>
|
||||||
"console/engineObject.h"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(TORQUE_TESTING)
|
if(TORQUE_TESTING)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue