blob: 51bce51f26df8d5fb74de58ee0023f8590f510e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cMake/FreeCAD_Helpers/SetGlobalCompilerAndLinkerSettings.cmake.orig 2025-04-17 06:38:38 UTC
+++ cMake/FreeCAD_Helpers/SetGlobalCompilerAndLinkerSettings.cmake
@@ -103,4 +103,8 @@ macro(SetGlobalCompilerAndLinkerSettings)
endif()
endif(MINGW)
+# Enable the Topological Naming Problem mitigation code
+add_compile_options(-DFC_USE_TNP_FIX)
+
+
endmacro(SetGlobalCompilerAndLinkerSettings)
|