Skip to content

Commit

Permalink
cmake: add gen-gpg-testkey to default tools
Browse files Browse the repository at this point in the history
Quick-fix for ElektraInitiative#2668 .
  • Loading branch information
petermax2 committed May 5, 2019
1 parent 8c19811 commit f725b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ElektraCache.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ set (ADDED_BINDINGS

remember_for_removal (TOOLS TO_REMOVE_TOOLS)

set (TOOLS_LIST_DEFAULT kdb)
set (TOOLS_LIST_DEFAULT kdb gen-gpg-testkey)

if (TOOLS MATCHES "DEFAULT")
set (TOOLS_FORCE FORCE)
Expand Down

0 comments on commit f725b48

Please sign in to comment.