Changeset 338 in flair-src for trunk/cmake-modules/FlairUseFile.cmake


Ignore:
Timestamp:
10/17/19 14:49:35 (5 years ago)
Author:
Sanahuja Guillaume
Message:

remove opencv dep

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/cmake-modules/FlairUseFile.cmake

    r302 r338  
    2626
    2727SET(FLAIR_INCLUDE_DIR   
    28 #       ${LIBXML2_INCLUDE_DIR} 
    29         ${CMAKE_SYSROOT}/usr/include/opencv1
    3028        $ENV{FLAIR_ROOT}/flair-install/include/FlairCore
    3129)
     
    3634SET(FLAIR_LIBRARIES     
    3735        ${LIBXML2_LIBRARIES}
    38         udt pthread cv cxcore highgui FileLib rt z
     36        udt pthread FileLib rt z
    3937)
    4038
Note: See TracChangeset for help on using the changeset viewer.