Skip to content

Commit 0900dd5

Browse files
committed
Fix ICU error message
1 parent 92c4450 commit 0900dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ if(LIBLCF_WITH_ICU)
379379
set(LCF_SUPPORT_ICU 1)
380380
else()
381381
if(NOT WIN32)
382-
message(FATAL_ERROR "ICU not found. Use LCF_SUPPORT_ICU=0 to disable ICU support (not recommended).")
382+
message(FATAL_ERROR "ICU not found. Use LIBLCF_WITH_ICU=0 to disable ICU support (not recommended).")
383383
endif()
384384

385385
message(STATUS "ICU not found. Using the system library.")

0 commit comments

Comments
 (0)