Toponaming: Enable FC_USE_TNP_FIX code

This commit is contained in:
Chris Hennes
2024-04-29 12:56:55 -05:00
committed by Chris Hennes
parent 1eac717f8f
commit 895803a8cb

View File

@@ -90,4 +90,8 @@ macro(SetGlobalCompilerAndLinkerSettings)
link_libraries(-lgdi32)
endif()
endif(MINGW)
# Enable the Topological Naming Problem mitigation code
add_compile_options(-DFC_ENABLE_TNP_FIX)
endmacro(SetGlobalCompilerAndLinkerSettings)