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
linphone-cmake-builder
Commits
8aef327a
Commit
8aef327a
authored
Mar 24, 2015
by
Ghislain MARY
Browse files
Do not include autotools configuration when building for Windows Phone.
parent
04f7adb6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
CMakeLists.txt
CMakeLists.txt
+4
-2
No files found.
CMakeLists.txt
View file @
8aef327a
...
...
@@ -53,8 +53,10 @@ else()
endif
()
# Get build tools and flags for autotools projects
# Get build tools and flags for autotools projects (except for Windows Phone where we cannot build with MinGW)
if
(
NOT
"
${
CMAKE_SYSTEM_NAME
}
"
STREQUAL
"WindowsPhone"
)
linphone_builder_get_autotools_configuration
()
endif
()
# Create targets list from the given LINPHONE_BUILDER_TARGET
...
...
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