mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix FindSoci.cmake
This commit is contained in:
parent
5f9b2481d6
commit
e25d0c3efa
1 changed files with 1 additions and 2 deletions
|
|
@ -29,8 +29,7 @@ SET(_SOCI_REQUIRED_VARS SOCI_INCLUDE_DIRS SOCI_LIBRARIES)
|
|||
#
|
||||
### FIRST STEP: Find the soci headers.
|
||||
#
|
||||
FIND_PATH(SOCI_INCLUDE_DIRS soci.h
|
||||
PATH_SUFFIXES "soci"
|
||||
FIND_PATH(SOCI_INCLUDE_DIRS soci/soci.h
|
||||
DOC "Soci (http://soci.sourceforge.net) include directory")
|
||||
MARK_AS_ADVANCED(SOCI_INCLUDE_DIRS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue