1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

changed cmake find file to search for serial/serial.h instead of just serial.h

This commit is contained in:
David Hodo 2012-05-10 11:13:01 -05:00
parent 937e834698
commit b6c445b942

View File

@ -1,5 +1,5 @@
find_path(serial_INCLUDE_DIRS serial.h /usr/include/serial
/usr/local/include/serial "$ENV{NAMER_ROOT}")
find_path(serial_INCLUDE_DIRS serial/serial.h /usr/include
/usr/local/include "$ENV{NAMER_ROOT}")
find_library(serial_LIBRARIES serial /usr/lib /usr/local/lib
"$ENV{NAMER_ROOT}")