Skip to content

Commit

Permalink
cmake: Unset DEFAULT_COMPONENTS
Browse files Browse the repository at this point in the history
  • Loading branch information
zzag committed May 17, 2020
1 parent 73b4ceb commit 949a756
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/Modules/Findkwineffects.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ set(kwineffects_known_components
kwinglutils
kwinxrenderutils
)
set(kwineffects_default_components ${kwineffects_known_components})

set(kwineffects_kwineffects_header "kwineffects.h")
set(kwineffects_kwineffects_lib "kwineffects")
Expand All @@ -61,7 +60,6 @@ set(kwineffects_kwinxrenderutils_lib "kwinxrenderutils")
ecm_find_package_parse_components(kwineffects
RESULT_VAR kwineffects_components
KNOWN_COMPONENTS ${kwineffects_known_components}
DEFAULT_COMPONENTS ${kwineffects_default_components}
)

ecm_find_package_handle_library_components(kwineffects
Expand Down

0 comments on commit 949a756

Please sign in to comment.