mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 21:46:34 +02:00
Sniffing glue, wrong day, etc.
This commit is contained in:
parent
87f7e2465f
commit
c078012614
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ if (VISAGE_FOUND AND NOT DISABLE_VISAGE)
|
|||
add_definitions(-DHAVE_VISAGE -DVISAGE_STATIC)
|
||||
include_directories(SYSTEM ${VISAGE_INCLUDE_DIRS})
|
||||
if (APPLE OR UNIX)
|
||||
add_definitions(_DMAC_OS_X)
|
||||
add_definitions(-DMAC_OS_X)
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-comment -isystem ${VISAGE_INCLUDE_DIRS}")
|
||||
endif (APPLE OR UNIX)
|
||||
target_link_libraries(${TARGET_NAME} ${VISAGE_LIBRARIES})
|
||||
|
|
Loading…
Reference in a new issue