Skip to content

Commit

Permalink
CMake: Fix typo in FindReadline.cmake (PR OpenXRay#720, fixes OpenXRa…
Browse files Browse the repository at this point in the history
…y#719)

Fixes a small typo introduced in OpenXRay#707.
  • Loading branch information
iq2luc authored and eagleivg committed Jan 23, 2021
1 parent 53a3a52 commit 170fd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Externals/cmake/FindReadline.cmake
Expand Up @@ -13,7 +13,7 @@ find_path(READLINE_INCLUDE_DIR readline/readline.h
HINTS ${PC_READLINE_INCLUDEDIR} ${PC_READLINE_INCLUDE_DIRS}
PATH_SUFFIXES Readline)

find_library(READLINE_LIBRARY NAMES Readline
find_library(READLINE_LIBRARY NAMES readline
HINTS ${PC_READLINE_LIBDIR} ${PC_READLINE_LIBRARY_DIRS})

set(READLINE_LIBRARIES ${READLINE_LIBRARY})
Expand Down

0 comments on commit 170fd94

Please sign in to comment.