diff options
author | simon <none@none> | 2013-04-23 16:27:24 -0700 |
---|---|---|
committer | simon <none@none> | 2013-04-23 16:27:24 -0700 |
commit | 104f576400370a468c87fca6657ae5db0688c3c0 (patch) | |
tree | 18761c219899f836903ca1bd5ced4dcce4683c43 /indra/llplugin/slplugin/CMakeLists.txt | |
parent | 57d88fdccb397257642530b36cbe918df65b41f4 (diff) |
Fix Windows Debug build
Diffstat (limited to 'indra/llplugin/slplugin/CMakeLists.txt')
-rw-r--r-- | indra/llplugin/slplugin/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt index 03412d95d5..5d2b1d922e 100644 --- a/indra/llplugin/slplugin/CMakeLists.txt +++ b/indra/llplugin/slplugin/CMakeLists.txt @@ -53,6 +53,9 @@ add_executable(SLPlugin set_target_properties(SLPlugin PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/slplugin_info.plist +if (WINDOWS) + LINK_FLAGS_DEBUG "/NODEFAULTLIB:\"LIBCMTD\"" +endif (WINDOWS) ) target_link_libraries(SLPlugin |