cmake: don't quote INOTIFY_INCLUDE_DIRS

main
Anonymous Maarten 2023-01-13 18:33:51 +01:00
parent 180afcdf39
commit b60084eb0b
1 changed files with 1 additions and 1 deletions

View File

@ -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()