summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-01-06 12:16:12 -0500
committerAllen Winter <allen.winter@kdab.com>2017-01-06 12:16:12 -0500
commit8eb5cd0be0084e20c6b22620c98207b38b345b71 (patch)
tree47603f9a545547efff4fe4fd622e030d08742cc3 /examples
parent80dec594735f995e67ff57a1e88223819e93b402 (diff)
downloadlibical-git-8eb5cd0be0084e20c6b22620c98207b38b345b71.tar.gz
buildsystem: setup feature_summary for icu, bdb and python3.
bdb support is built by default if the Berkeley db is found
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 7ba11f50..8a18cf97 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -35,7 +35,7 @@ else()
if(ICU_I18N_FOUND)
target_link_libraries(doesnothing ${ICU_I18N_LIBRARY})
endif()
- if(WITH_BDB)
+ if(BDB_FOUND)
target_link_libraries(doesnothing ${BDB_LIBRARY})
endif()
endif()