mirror of https://github.com/AxioDL/metaforce.git
OS X / FreeBSD conflict fix
This commit is contained in:
parent
5b70865e4f
commit
8740f1c24c
|
@ -7,7 +7,7 @@ else()
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-multichar -fno-exceptions")
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
include_directories(/usr/local/include)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue