From 3a82a664becde13342a70e37a411de59612f3b5c Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 12 Dec 2014 10:27:43 +0100 Subject: [PATCH] fixed misspelling at->and --- extdep/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extdep/CMakeLists.txt b/extdep/CMakeLists.txt index bfba8e962..19cd00f7b 100644 --- a/extdep/CMakeLists.txt +++ b/extdep/CMakeLists.txt @@ -19,7 +19,7 @@ if (ETH_COMPILE) include(compile/curl.cmake) include(compile/json-rpc-cpp.cmake) - # qt at its dependencies + # qt and its dependencies include(compile/icu.cmake) include(compile/jom.cmake) include(compile/qt.cmake)