forked from organicmaps/organicmaps
Supressing warning in icu.
This commit is contained in:
parent
b7c4788282
commit
ba80b7061d
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ add_definitions(
|
|||
)
|
||||
|
||||
add_clang_compile_options("-Wno-deprecated-declarations")
|
||||
add_clang_compile_options("-Wno-enum-compare")
|
||||
add_gcc_compile_options("-Wno-deprecated-declarations")
|
||||
|
||||
set(CMAKE_PREFIX_PATH ./)
|
||||
|
|
Loading…
Add table
Reference in a new issue