mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
cmake: don't quote INOTIFY_INCLUDE_DIRS
This commit is contained in:
@@ -1520,7 +1520,7 @@ elseif(UNIX AND NOT APPLE AND NOT RISCOS AND NOT HAIKU)
|
|||||||
pkg_search_module(INOTIFY libinotify)
|
pkg_search_module(INOTIFY libinotify)
|
||||||
if(INOTIFY_FOUND)
|
if(INOTIFY_FOUND)
|
||||||
set(HAVE_INOTIFY 1)
|
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})
|
list(APPEND SDL_EXTRA_LIBS ${INOTIFY_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user