mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
fix build
This commit is contained in:
parent
8dae1eebcf
commit
f70a6321c5
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