From cf466533332cfdc7bedd6b0f4c8e14bc0cb4909a Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 21 Aug 2021 13:43:50 +0000 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 909184245..c639e7d98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(qBittorrent # use CONFIG mode first in find_package set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON) -# version requirements - older vesions may work, but you are on your own +# version requirements - older versions may work, but you are on your own set(minBoostVersion 1.65) set(minQtVersion 5.15.2) set(minOpenSSLVersion 1.1.1)