diff --git a/CMakeLists.txt b/CMakeLists.txt index 48d08cbf9c..28c8cb2547 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()