Skip to content

Commit

Permalink
Fix Vibe version check
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Dec 29, 2016
1 parent 106fce8 commit fc0d3eb
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 @@ -104,7 +104,7 @@ find_package(GreenIsland ${REQUIRED_GREENISLAND_VERSION} REQUIRED COMPONENTS Cli

# Find Vibe
set(REQUIRED_VIBE_VERSION "0.9.0")
find_package(Vibe ${REQUIRED_HAWAII_VERSION} REQUIRED)
find_package(Vibe ${REQUIRED_VIBE_VERSION} REQUIRED)

# Find QtAccountsService
set(REQUIRED_QTACCOUNTSSERVICE "0.6.0")
Expand Down

0 comments on commit fc0d3eb

Please sign in to comment.