Ubuntu fix - case sensitivity¨

This commit is contained in:
Leonardo Murillo 2015-11-23 18:13:41 -06:00
parent 66803ce356
commit d58b11f0a2

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)