mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-25 13:21:19 +00:00
fix build
This commit is contained in:
parent
b0d6c01911
commit
484c4680bf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ find_path ( READLINE_INCLUDE_DIR NAMES history.h readline/history.h )
|
||||||
find_library ( READLINE_LIBRARIES NAMES readline )
|
find_library ( READLINE_LIBRARIES NAMES readline )
|
||||||
|
|
||||||
if ( READLINE_INCLUDE_DIR AND READLINE_LIBRARIES )
|
if ( READLINE_INCLUDE_DIR AND READLINE_LIBRARIES )
|
||||||
set ( HAVE_READLINE TRUE CACHE BOOL )
|
set ( HAVE_READLINE TRUE CACHE BOOL "Found readline header and lib" FORCE )
|
||||||
endif ( READLINE_INCLUDE_DIR AND READLINE_LIBRARIES )
|
endif ( READLINE_INCLUDE_DIR AND READLINE_LIBRARIES )
|
||||||
|
|
||||||
include ( FindPackageHandleStandardArgs )
|
include ( FindPackageHandleStandardArgs )
|
||||||
|
|
Loading…
Reference in a new issue