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
b83e466767
commit
fee50a56e5
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