Skip to content

Commit a869fdb

Browse files
committed
Removing added name to PLX library search, unnecessary now
1 parent ec6593e commit a869fdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/modules/FindPLX.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
find_path(PLX_LIBRARY_DIR
11-
NAMES PlxApi.a libPlxApi.a
11+
NAMES libPlxApi.a
1212
HINTS $ENV{PLX_SDK_DIR}/PlxApi/Library
1313
PATHS /opt/plx/current/PlxApi/Library
1414
/opt/plx/current/Linux/PlxApi/Library)

0 commit comments

Comments
 (0)