From d58b11f0a2ba325bec0a84092f24fcef7a8825a6 Mon Sep 17 00:00:00 2001 From: Leonardo Murillo Date: Mon, 23 Nov 2015 18:13:41 -0600 Subject: [PATCH] =?UTF-8?q?Ubuntu=20fix=20-=20case=20sensitivity=C2=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/macros/TargetQuazip.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/TargetQuazip.cmake b/cmake/macros/TargetQuazip.cmake index 0cb6efb989..0536a1a9d8 100644 --- a/cmake/macros/TargetQuazip.cmake +++ b/cmake/macros/TargetQuazip.cmake @@ -7,7 +7,7 @@ # macro(TARGET_QUAZIP) add_dependency_external_projects(quazip) - find_package(Quazip REQUIRED) + find_package(QuaZip REQUIRED) target_include_directories(${TARGET_NAME} PUBLIC ${QUAZIP_INCLUDE_DIRS}) target_link_libraries(${TARGET_NAME} ${QUAZIP_LIBRARIES}) if (WIN32)