Navigation Menu

Skip to content

Commit

Permalink
cmake win32: add missing /NODEFAULTLIB:msvcrt.lib
Browse files Browse the repository at this point in the history
refs #1496
  • Loading branch information
kenhys committed Oct 15, 2012
1 parent 06a74bb commit 9ccca7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -121,7 +121,7 @@ if(WIN32)
# NOTE: ignore incompatible runtime libraries explicitly.
# http://msdn.microsoft.com/en-us/library/6wtdswk0%28v=vs.80%29.aspx
set_target_properties(ha_mroonga PROPERTIES
LINK_FLAGS "/NODEFAULTLIB:msvcrtd.lib")
LINK_FLAGS "/NODEFAULTLIB:msvcrt.lib /NODEFAULTLIB:msvcrtd.lib")
set_target_properties(ha_mroonga PROPERTIES
LINK_FLAGS_DEBUG "/NODEFAULTLIB:libcmt.lib")
set_target_properties(ha_mroonga PROPERTIES
Expand Down

0 comments on commit 9ccca7e

Please sign in to comment.