Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
e25d0c3e
Commit
e25d0c3e
authored
Aug 23, 2017
by
jehan
Browse files
fix FindSoci.cmake
parent
5f9b2481
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
cmake/FindSoci.cmake
cmake/FindSoci.cmake
+1
-2
No files found.
cmake/FindSoci.cmake
View file @
e25d0c3e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment