Ubuntu fix - case sensitivity

This commit is contained in:
Leonardo Murillo 2015-11-23 18:02:20 -06:00
parent b83e466767
commit fee50a56e5

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)