Skip to content

Commit

Permalink
Fix a build warning in RuntimeICUBinder
Browse files Browse the repository at this point in the history
Signed-off-by: HyukWoo Park <[email protected]>
  • Loading branch information
clover2123 authored and ksh8281 committed Apr 5, 2023
1 parent 7414ebd commit 8f47597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/runtime_icu_binder/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT(runtime-icu-binder)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)

FILE(GLOB RIB_SRC *.cpp)

Expand Down

0 comments on commit 8f47597

Please sign in to comment.