We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c4450 commit 0900dd5Copy full SHA for 0900dd5
1 file changed
CMakeLists.txt
@@ -379,7 +379,7 @@ if(LIBLCF_WITH_ICU)
379
set(LCF_SUPPORT_ICU 1)
380
else()
381
if(NOT WIN32)
382
- message(FATAL_ERROR "ICU not found. Use LCF_SUPPORT_ICU=0 to disable ICU support (not recommended).")
+ message(FATAL_ERROR "ICU not found. Use LIBLCF_WITH_ICU=0 to disable ICU support (not recommended).")
383
endif()
384
385
message(STATUS "ICU not found. Using the system library.")
0 commit comments