Merge pull request #2 from isanae/zlib-fix

fixed incorrect case for zlib
This commit is contained in:
isanae
2020-05-07 15:56:47 -04:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ macro(do_cpp_project)
find_package(Qt5WebSockets REQUIRED)
find_package(Qt5Qml REQUIRED)
find_package(Qt5LinguistTools)
find_package(zlib REQUIRED)
find_package(ZLIB REQUIRED)
find_package(Boost REQUIRED COMPONENTS thread)
find_package(fmt REQUIRED)