mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
fixing bug in the Findserial.cmake file, reported by David Hodo.
This commit is contained in:
parent
c878bfb965
commit
51e4755dd9
@ -1,4 +1,4 @@
|
|||||||
find_path(serial_INCLUDE_DIRS serial.h /usr/include "$ENV{NAMER_ROOT}")
|
find_path(serial_INCLUDE_DIRS serial.h /usr/include/serial "$ENV{NAMER_ROOT}")
|
||||||
|
|
||||||
find_library(serial_LIBRARIES serial /usr/lib "$ENV{NAMER_ROOT}")
|
find_library(serial_LIBRARIES serial /usr/lib "$ENV{NAMER_ROOT}")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user