Changeset 71 in pacpussensors for trunk/Sick/CMakeLists.txt


Ignore:
Timestamp:
11/19/14 10:24:51 (10 years ago)
Author:
DHERBOMEZ Gérald
Message:

Correction of Sick LIDAR LDMRS code: problem when decoding the points cloud (with Chunlei Yu).
Correction of a small bug in Win32SerialPort when receiving RX_FLAG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Sick/CMakeLists.txt

    r61 r71  
    1616  message(ERROR "Qt4 needed")
    1717endif()
    18 
     18find_package(OpenGL REQUIRED)
    1919# ========================================
    2020# Compiler definitions
     
    122122    ${QT_LIBRARIES}
    123123        ${PACPUS_DEPENDENCIES_LIB}
     124        ${OPENGL_LIBRARIES}
    124125        ${LIBS}
    125126)
Note: See TracChangeset for help on using the changeset viewer.