Update CMakeLists.txt

This commit is contained in:
marauder2k7 2026-06-16 20:28:16 +01:00
parent a858d8624e
commit d5d1885254

View file

@ -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)