Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
linphone-cmake-builder
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
linphone-cmake-builder
Commits
a49c4d59
Commit
a49c4d59
authored
May 23, 2016
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build of desktop config on Windows by checking for the build tools at the right place.
parent
0c9a59a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
CMakeLists.txt
CMakeLists.txt
+0
-4
CMakeLists.txt
builders/CMakeLists.txt
+3
-0
No files found.
CMakeLists.txt
View file @
a49c4d59
...
...
@@ -67,10 +67,6 @@ else()
include
(
${
LINPHONE_BUILDER_CONFIG_FILE
}
)
# Check for build tools and show an error if one of them is not present
include
(
cmake/CheckBuildTools.cmake
)
# Apply build flags
linphone_builder_apply_flags
()
...
...
builders/CMakeLists.txt
View file @
a49c4d59
...
...
@@ -62,6 +62,9 @@ else()
endif
()
endforeach
()
# Check for build tools and show an error if one of them is not present
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/../cmake/CheckBuildTools.cmake
)
add_custom_target
(
TARGET_linphone_builder ALL
)
# Build bctoolbox and its dependencies if it is in the targets list
...
...
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