mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Ubuntu fix - case sensitivity¨
This commit is contained in:
parent
66803ce356
commit
d58b11f0a2
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