mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Fix header check for DART
This commit is contained in:
parent
157368662b
commit
c6b81a4041
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ if ( ${CMAKE_SYSTEM} MATCHES "OS2" )
|
|||
set ( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Zbin-files" )
|
||||
set ( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Zbin-files" )
|
||||
if ( enable-dart )
|
||||
check_include_file ( os2me.h HAVE_DART_H )
|
||||
check_include_files ( "os2.h;os2me.h" HAVE_DART_H )
|
||||
set ( DART_SUPPORT ${HAVE_DART_H} )
|
||||
unset ( DART_INCLUDE_DIRS CACHE )
|
||||
endif ( enable-dart )
|
||||
|
|
Loading…
Reference in a new issue