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

Commit

Permalink
cmake: fix duplicated target name
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Aug 2, 2023
1 parent 90b2fe4 commit 2289c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FramelessHelperConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ foreach(_comp ${@PROJECT_NAME@_FIND_COMPONENTS})
set(__targets_file "${CMAKE_CURRENT_LIST_DIR}/${__target_full}Targets.cmake")
if(EXISTS "${__targets_file}")
include("${__targets_file}")
add_library(@PROJECT_NAME@::${__target_full} ALIAS ${__target_full})
add_library(${__target} ALIAS ${__target_full})
else()
set(@PROJECT_NAME@_FOUND FALSE)
Expand Down

0 comments on commit 2289c4b

Please sign in to comment.