Skip to content

Commit

Permalink
Trying to fix Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Dec 19, 2024
1 parent e927058 commit ec63960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindXCB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ foreach(comp ${XCB_FIND_COMPONENTS})
${PC_${comp}_LIBRARY_DIRS}
)

find_package_handle_standard_args(${comp}
FOUND_VAR ${comp}_FOUND
find_package_handle_standard_args(${compname}
FOUND_VAR ${compname}_FOUND
REQUIRED_VARS ${compname}_INCLUDE_DIR ${compname}_LIBRARY)
mark_as_advanced(${compname}_INCLUDE_DIR ${compname}_LIBRARY)

Expand Down

0 comments on commit ec63960

Please sign in to comment.