From fee50a56e5e1882611fcebd81a5d52ed07400e3c Mon Sep 17 00:00:00 2001 From: Leonardo Murillo Date: Mon, 23 Nov 2015 18:02:20 -0600 Subject: [PATCH] Ubuntu fix - case sensitivity --- 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 e4b9ab086a..3a4d1466b9 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)