mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-05 11:40:36 +02:00
fix list of args for visage find module
This commit is contained in:
parent
e638bbca3a
commit
2f6ff36d22
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ endif ()
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
|
|
||||||
set(VISAGE_ARGS_LIST "VISAGE_BASE_INCLUDE_DIR VISAGE_XML_INCLUDE_DIR
|
list(APPEND VISAGE_ARGS_LIST VISAGE_BASE_INCLUDE_DIR VISAGE_XML_INCLUDE_DIR
|
||||||
VISAGE_OPENCV_INCLUDE_DIR VISAGE_OPENCV2_INCLUDE_DIR
|
VISAGE_OPENCV_INCLUDE_DIR VISAGE_OPENCV2_INCLUDE_DIR
|
||||||
VISAGE_CORE_LIBRARY VISAGE_VISION_LIBRARY VISAGE_OPENCV_LIBRARY")
|
VISAGE_CORE_LIBRARY VISAGE_VISION_LIBRARY VISAGE_OPENCV_LIBRARY)
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
list(APPEND VISAGE_ARGS_LIST QuartzCore)
|
list(APPEND VISAGE_ARGS_LIST QuartzCore)
|
||||||
|
|
Loading…
Reference in a new issue