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
a45c1b0c
Commit
a45c1b0c
authored
Jul 03, 2015
by
Gautier Pelloux-Prayer
Browse files
CMakeLists.txt: turn off compilation warnings for external projects
parent
3e41daf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
builders/opus/CMakeLists.txt
builders/opus/CMakeLists.txt
+1
-0
builders/voamrwbenc/CMakeLists.txt
builders/voamrwbenc/CMakeLists.txt
+3
-0
No files found.
builders/opus/CMakeLists.txt
View file @
a45c1b0c
...
...
@@ -394,6 +394,7 @@ else()
endif
()
endif
()
endif
()
target_compile_options
(
opus PRIVATE
"-w"
)
target_compile_definitions
(
opus PRIVATE
"-DHAVE_CONFIG_H"
)
install
(
TARGETS opus
...
...
builders/voamrwbenc/CMakeLists.txt
View file @
a45c1b0c
...
...
@@ -131,6 +131,9 @@ else()
endif
()
endif
()
endif
()
target_compile_options
(
vo-amrwbenc PRIVATE
"-w"
)
target_include_directories
(
vo-amrwbenc PRIVATE
${
CMAKE_CURRENT_SOURCE_DIR
}
/amrwbenc/inc
${
CMAKE_CURRENT_SOURCE_DIR
}
/common/include
)
if
(
ENABLE_ARMV5E
)
target_compile_definitions
(
"-DARM"
"-DASM_OPT"
)
...
...
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