diff --git a/cmake/Modules/FindXCB.cmake b/cmake/Modules/FindXCB.cmake index d69146104..4915f723c 100644 --- a/cmake/Modules/FindXCB.cmake +++ b/cmake/Modules/FindXCB.cmake @@ -68,7 +68,7 @@ IF(NOT WIN32) endif() ELSE() # Add component name to the component list - set(${XCB_COMPONENTS} ${XCB_FIND_COMPONENTS}) + set(XCB_COMPONENTS ${XCB_FIND_COMPONENTS}) ENDIF() # Loop through requested xcb components (does not contain xlib_xcb)