mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-25 05:11:02 +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 )
|
||||
|
||||
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 )
|
||||
|
||||
include ( FindPackageHandleStandardArgs )
|
||||
|
|
Loading…
Reference in a new issue