Skip to content
Snippets Groups Projects
Commit 3f9e8352 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed wrong case (just a cosmetic change)

parent 019594b7
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@ find_path( readline_ROOT_DIR NAMES include/readline/readline.h )
# Search for include directory
find_path( readline_INCLUDE_DIR NAMES readline/readline.h
HINTS ${Readline_ROOT_DIR}/include )
HINTS ${readline_ROOT_DIR}/include )
# Search for library
find_library( readline_LIBRARY NAMES readline
HINTS ${Readline_ROOT_DIR}/lib )
HINTS ${readline_ROOT_DIR}/lib )
# use a macro provided by CMake to check if all the listed arguments are valid and set readline_FOUND accordingly
include(FindPackageHandleStandardArgs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment