We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad40825 commit 0dda2bbCopy full SHA for 0dda2bb
llvm/cmake/config-ix.cmake
@@ -277,7 +277,7 @@ endif()
277
if(LLVM_ENABLE_ICONV)
278
if (LLVM_ENABLE_ICONV STREQUAL FORCE_ON)
279
find_package(Iconv REQUIRED)
280
- if (NOT Iconv_FOUND)
+ if (NOT Iconv_FOUND OR NOT Iconv_IS_BUILT_IN)
281
message(FATAL_ERROR "Failed to configure iconv, but LLVM_ENABLE_ICONV is FORCE_ON")
282
endif()
283
else()
0 commit comments