mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 06:23:14 +02:00
Ubuntu fix - case sensitivity¨
This commit is contained in:
parent
fee50a56e5
commit
66803ce356
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue