mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:35:04 +02:00
fix GnuTLS include dir variable name
This commit is contained in:
parent
11cce7640e
commit
4e2e3b7b6d
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ link_hifi_library(particles ${TARGET_NAME} "${ROOT_DIR}")
|
||||||
# link ZLIB
|
# link ZLIB
|
||||||
find_package(ZLIB)
|
find_package(ZLIB)
|
||||||
find_package(GnuTLS REQUIRED)
|
find_package(GnuTLS REQUIRED)
|
||||||
include_directories(SYSTEM "${ZLIB_INCLUDE_DIRS}" "${GNUTLS_INCLUDE_DIRS}")
|
include_directories(SYSTEM "${ZLIB_INCLUDE_DIRS}" "${GNUTLS_INCLUDE_DIR}")
|
||||||
|
|
||||||
target_link_libraries(${TARGET_NAME} "${ZLIB_LIBRARIES}" "${GNUTLS_LIBRARY}" Qt5::Widgets)
|
target_link_libraries(${TARGET_NAME} "${ZLIB_LIBRARIES}" "${GNUTLS_LIBRARY}" Qt5::Widgets)
|
||||||
|
|
Loading…
Reference in a new issue