mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
Removed duplicated definition for VCARD_ENABLED + fixed FindBelcard
This commit is contained in:
parent
f684e15247
commit
29715bd4ee
2 changed files with 1 additions and 3 deletions
|
|
@ -176,8 +176,6 @@ if (ENABLE_VCARD)
|
|||
if(NOT BELCARD_FOUND)
|
||||
message(WARNING "Could not find the belcard library!")
|
||||
set(ENABLE_VCARD OFF CACHE BOOL "Enable vcard support." FORCE)
|
||||
else()
|
||||
add_definitions("-DVCARD_ENABLED")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ set(_BELCARD_ROOT_PATHS
|
|||
find_path(BELCARD_INCLUDE_DIRS
|
||||
NAMES belcard.hpp
|
||||
HINTS _BELCARD_ROOT_PATHS
|
||||
PATH_SUFFIXES include
|
||||
PATH_SUFFIXES include/belcard
|
||||
)
|
||||
|
||||
if(BELCARD_INCLUDE_DIRS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue