mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 16:44:09 +02: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)
|
macro(TARGET_QUAZIP)
|
||||||
add_dependency_external_projects(quazip)
|
add_dependency_external_projects(quazip)
|
||||||
find_package(QUAZIP REQUIRED)
|
find_package(quazip REQUIRED)
|
||||||
target_include_directories(${TARGET_NAME} PUBLIC ${QUAZIP_INCLUDE_DIRS})
|
target_include_directories(${TARGET_NAME} PUBLIC ${QUAZIP_INCLUDE_DIRS})
|
||||||
target_link_libraries(${TARGET_NAME} ${QUAZIP_LIBRARIES})
|
target_link_libraries(${TARGET_NAME} ${QUAZIP_LIBRARIES})
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|
Loading…
Reference in a new issue