Fix a build warning in RuntimeICUBinder

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
HyukWoo Park 2023-03-31 15:28:29 +09:00 committed by Patrick Kim
commit 8f475978f1

View file

@ -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)