diff --git a/extdep/CMakeLists.txt b/extdep/CMakeLists.txt index fdee34602..b5038bd0c 100644 --- a/extdep/CMakeLists.txt +++ b/extdep/CMakeLists.txt @@ -42,7 +42,7 @@ else() endif() eth_download(leveldb OSX_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/scripts/leveldb_osx.sh) - eth_download(qt) + eth_download(qt VERSION 5.4) eth_download(cryptopp) eth_download(boost) eth_download(curl)