demos: s/X11_INCLUDE_DIRS/X11_INCLUDE_DIR/ typo
authorRobert Bragg <robert.bragg@intel.com>
Tue, 27 Sep 2016 20:10:23 +0000 (21:10 +0100)
committerRobert Bragg <robert.bragg@intel.com>
Tue, 27 Sep 2016 20:35:51 +0000 (21:35 +0100)
Signed-off-by: Robert Bragg <robert.bragg@intel.com>
demos/CMakeLists.txt

index c720e49..b65daaa 100644 (file)
@@ -89,7 +89,7 @@ if(NOT WIN32)
         link_libraries(${XCB_LIBRARIES})
     endif()
     if(BUILD_WSI_XLIB_SUPPORT)
-        include_directories(${X11_INCLUDE_DIRS})
+        include_directories(${X11_INCLUDE_DIR})
         link_libraries(${X11_LIBRARIES})
     endif()
     if(BUILD_WSI_WAYLAND_SUPPORT)