mirror of
https://github.com/lubosz/overte.git
synced 2025-04-11 13:42:07 +02:00
set qxmpp debug library to empty string
This commit is contained in:
parent
0990910ed2
commit
353f7e2f96
1 changed files with 1 additions and 1 deletions
2
cmake/externals/qxmpp/CMakeLists.txt
vendored
2
cmake/externals/qxmpp/CMakeLists.txt
vendored
|
@ -68,4 +68,4 @@ else ()
|
|||
endif ()
|
||||
|
||||
set(${EXTERNAL_NAME_UPPER}_LIBRARY_RELEASE ${INSTALL_DIR}/lib/${_LIB_PREFIX}qxmpp${_LIB_EXT} CACHE FILEPATH "Path to QXmpp release library")
|
||||
set(${EXTERNAL_NAME_UPPER}_LIBRARY_DEBUG NOTFOUND CACHE FILEPATH "Path to QXmpp debug library")
|
||||
set(${EXTERNAL_NAME_UPPER}_LIBRARY_DEBUG "" CACHE FILEPATH "Path to QXmpp debug library")
|
||||
|
|
Loading…
Reference in a new issue