mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 21:35:29 +02:00
Get rid of this line.
This commit is contained in:
parent
8be17bf02a
commit
a89959cd47
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ if (VISAGE_FOUND AND NOT DISABLE_VISAGE)
|
|||
include_directories(SYSTEM ${VISAGE_INCLUDE_DIRS})
|
||||
if (APPLE)
|
||||
add_definitions(-DMAC_OS_X)
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-comment -isystem -std=c++0x ${VISAGE_INCLUDE_DIRS}")
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-comment -isystem ${VISAGE_INCLUDE_DIRS}")
|
||||
find_library(AVFoundation AVFoundation)
|
||||
find_library(CoreMedia CoreMedia)
|
||||
target_link_libraries(${TARGET_NAME} ${AVFoundation} ${CoreMedia})
|
||||
|
|
Loading…
Reference in a new issue