Skip to content

Commit

Permalink
Fix kColorPicker version
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed Jan 16, 2024
1 parent 4e94d04 commit b5c3410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif ()

include(FeatureSummary)

set(KCOLORPICKER_MIN_VERSION 0.2.0)
set(KCOLORPICKER_MIN_VERSION 0.3.0)
find_package(kColorPicker-Qt${QT_MAJOR_VERSION} ${KCOLORPICKER_MIN_VERSION} REQUIRED)

include_directories(${CMAKE_CURRENT_SOURCE_DIR})
Expand Down

0 comments on commit b5c3410

Please sign in to comment.