Updated build
This commit is contained in:
parent
60895ccec9
commit
c13d0d7d79
6 changed files with 11 additions and 11 deletions
|
@ -145,7 +145,7 @@ set(SOURCES_BASE
|
|||
)
|
||||
|
||||
|
||||
if (WIN32)
|
||||
if (WIN32 OR CMAKE_SYSTEM_NAME MATCHES "MSYS")
|
||||
set(SOURCES_OS
|
||||
src/base/io/json/Json_win.cpp
|
||||
src/base/kernel/Platform_win.cpp
|
||||
|
@ -173,7 +173,7 @@ if (WITH_HWLOC)
|
|||
endif()
|
||||
|
||||
|
||||
if (NOT WIN32)
|
||||
if (NOT WIN32 AND NOT CMAKE_SYSTEM_NAME MATCHES "MSYS")
|
||||
CHECK_INCLUDE_FILE (syslog.h HAVE_SYSLOG_H)
|
||||
if (HAVE_SYSLOG_H)
|
||||
add_definitions(/DHAVE_SYSLOG_H)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue