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
mediastreamer2
Commits
8276013d
Commit
8276013d
authored
Oct 07, 2015
by
Ghislain MARY
Browse files
Do not include Mediastreamer2Targets.cmake when grouping the external source path builders.
parent
9a164ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
cmake/Mediastreamer2Config.cmake.in
cmake/Mediastreamer2Config.cmake.in
+4
-1
No files found.
cmake/Mediastreamer2Config.cmake.in
View file @
8276013d
...
@@ -29,7 +29,10 @@
...
@@ -29,7 +29,10 @@
# MEDIASTREAMER2_CPPFLAGS - The compilation flags needed to use mediastreamer2
# MEDIASTREAMER2_CPPFLAGS - The compilation flags needed to use mediastreamer2
# MEDIASTREAMER2_LDFLAGS - The linking flags needed to use mediastreamer2
# MEDIASTREAMER2_LDFLAGS - The linking flags needed to use mediastreamer2
include("${CMAKE_CURRENT_LIST_DIR}/Mediastreamer2Targets.cmake" OPTIONAL)
if(NOT LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
include("${CMAKE_CURRENT_LIST_DIR}/Mediastreamer2Targets.cmake")
endif()
if(LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
if(LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
include("${EP_ortp_CONFIG_DIR}/ORTPConfig.cmake")
include("${EP_ortp_CONFIG_DIR}/ORTPConfig.cmake")
else()
else()
...
...
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