diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/cmake/00-Common.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake index 06368c0..6a97391 100644 --- a/linden/indra/cmake/00-Common.cmake +++ b/linden/indra/cmake/00-Common.cmake | |||
@@ -73,7 +73,6 @@ if (WINDOWS) | |||
73 | /DUNICODE | 73 | /DUNICODE |
74 | /D_UNICODE | 74 | /D_UNICODE |
75 | /GS | 75 | /GS |
76 | /TP | ||
77 | /W3 | 76 | /W3 |
78 | /c | 77 | /c |
79 | /Zc:forScope | 78 | /Zc:forScope |
@@ -100,9 +99,10 @@ if (WINDOWS) | |||
100 | endif (MSVC80 OR MSVC90) | 99 | endif (MSVC80 OR MSVC90) |
101 | 100 | ||
102 | # Are we using the crummy Visual Studio KDU build workaround? | 101 | # Are we using the crummy Visual Studio KDU build workaround? |
103 | if (NOT VS_DISABLE_FATAL_WARNINGS) | 102 | # FIXME: Let's just disable this for now, see if it's needed, coz I have no idea what that work around is about. |
104 | add_definitions(/WX) | 103 | # if (NOT VS_DISABLE_FATAL_WARNINGS) |
105 | endif (NOT VS_DISABLE_FATAL_WARNINGS) | 104 | # add_definitions(/WX) |
105 | # endif (NOT VS_DISABLE_FATAL_WARNINGS) | ||
106 | endif (WINDOWS) | 106 | endif (WINDOWS) |
107 | 107 | ||
108 | 108 | ||