Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
cmake: fix wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Jul 16, 2023
1 parent f1aec45 commit 75ca85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FramelessHelperConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ set(_@PROJECT_NAME@_supported_components Core Widgets Quick)

foreach(_comp ${@PROJECT_NAME@_FIND_COMPONENTS})
if(_comp IN_LIST _@PROJECT_NAME@_supported_components)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@${_comp}Config.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@${_comp}Targets.cmake")
else()
set(@PROJECT_NAME@_FOUND FALSE)
set(@PROJECT_NAME@_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}")
set(@PROJECT_NAME@_NOT_FOUND_MESSAGE "Unknown component: @PROJECT_NAME@::${_comp}.")
endif()
endforeach()

Expand Down

0 comments on commit 75ca85e

Please sign in to comment.