cmake: don't quote INOTIFY_INCLUDE_DIRS
parent
180afcdf39
commit
b60084eb0b
|
@ -1520,7 +1520,7 @@ elseif(UNIX AND NOT APPLE AND NOT RISCOS AND NOT HAIKU)
|
|||
pkg_search_module(INOTIFY libinotify)
|
||||
if(INOTIFY_FOUND)
|
||||
set(HAVE_INOTIFY 1)
|
||||
target_include_directories(sdl-build-options INTERFACE "${INOTIFY_INCLUDE_DIRS}")
|
||||
target_include_directories(sdl-build-options INTERFACE ${INOTIFY_INCLUDE_DIRS})
|
||||
list(APPEND SDL_EXTRA_LIBS ${INOTIFY_LIBRARIES})
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue