Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Yershov <syershov@maps.me>2016-11-17 13:26:41 +0300
committerSergey Yershov <syershov@maps.me>2016-11-17 13:28:54 +0300
commit4a0b854e20b6eef88eb8ba27289e1567d69e2a39 (patch)
tree8f72982c99e67689abd8e3b62e15a563154bd719 /editor/editor_tests
parentd9e4a1b1a28fc888ca0b1a333c6a1b49a52fb6ce (diff)
Fix CMake projects
Diffstat (limited to 'editor/editor_tests')
-rw-r--r--editor/editor_tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_tests/CMakeLists.txt b/editor/editor_tests/CMakeLists.txt
index 457c0721a8..9dbd8b1949 100644
--- a/editor/editor_tests/CMakeLists.txt
+++ b/editor/editor_tests/CMakeLists.txt
@@ -26,7 +26,7 @@ omim_link_libraries(
opening_hours
pugixml
oauthcpp
- tomcrypt
+ ${LIBZ}
${Qt5Widgets_LIBRARIES}
)