Skip to content

Commit

Permalink
Merge pull request #9 from prusa3d/et_dev
Browse files Browse the repository at this point in the history
Follow-up of 1725197 - Updated Confi…
  • Loading branch information
enricoturri1966 authored Aug 4, 2023
2 parents 816725b + e0cdb56 commit 54fa0f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

include(CMakeFindDependencyMacro)

set(_@PROJECT_NAME@_supported_components Core Base Convert)
set(_@PROJECT_NAME@_supported_components Core Binarize Convert)

set(Core_deps "@Core_DOWNSTREAM_DEPS@")
set(Base_deps "@Base_DOWNSTREAM_DEPS@")
set(Binarize_deps "@Binarize_DOWNSTREAM_DEPS@")
set(Convert_deps "@Convert_DOWNSTREAM_DEPS@")

set(_comps ${@PROJECT_NAME@_FIND_COMPONENTS})
if (_comps)
if ("Convert" IN_LIST _comps)
list(PREPEND _comps Base)
list(PREPEND _comps Binarize)
endif ()
list(PREPEND _comps Core)
list(REMOVE_DUPLICATES _comps)
Expand Down

0 comments on commit 54fa0f6

Please sign in to comment.