Ubuntu fix - case sensitivity¨

This commit is contained in:
Leonardo Murillo 2015-11-23 18:04:36 -06:00
parent fee50a56e5
commit 66803ce356

View file

@ -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)