1
0
Fork 0
This commit is contained in:
worktycho 2014-05-28 20:41:34 +01:00
parent 1cf426d881
commit a2b741d904
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if (WIN32)
endif()
# FreeBSD requires us to define this to get POSIX 2001 standard
if (SYSTEM_NAME STREQUAL "FreeBSD"))
if (SYSTEM_NAME STREQUAL "FreeBSD")
add_flags_cxx(-D__POSIX_VISIBLE=200112)
endif()