Navigation Menu

Skip to content

Commit

Permalink
cmake win32: add missing __WIN__ compile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Oct 16, 2012
1 parent 5a5d311 commit fd661c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -114,7 +114,7 @@ if(WIN32)
# TODO: support security enhancements introduced in the CRT.
# http://msdn.microsoft.com/en-us/library/8ef0s5kh%28v=vs.90%29.aspx
set_property(TARGET ha_mroonga APPEND PROPERTY
COMPILE_DEFINITIONS "DBUG_OFF" "_CRT_SECURE_NO_WARNINGS")
COMPILE_DEFINITIONS "__WIN__" "DBUG_OFF" "_CRT_SECURE_NO_WARNINGS")
endif()

if(WIN32)
Expand Down

0 comments on commit fd661c6

Please sign in to comment.