Skip to content

Commit fb6c58e

Browse files
committed
ext/iconv: Update affected platforms
1 parent b5d6460 commit fb6c58e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/ext/iconv/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ if(TARGET Iconv::Iconv)
282282
endif()
283283

284284
# POSIX once had a bug in its specification and documented that iconv() has a
285-
# const input parameter. Therefore, some platforms, such as NetBSD < 10 and
286-
# Solaris/illumos, may have a non-standard iconv declaration. libiconv may
287-
# imitate this on those platforms.
285+
# const input parameter. Therefore, some platforms, such as NetBSD < 10,
286+
# Solaris < 11.4, illumos, may have a non-standard iconv declaration. libiconv
287+
# may imitate this on those platforms.
288288
cmake_push_check_state(RESET)
289289
set(CMAKE_REQUIRED_LIBRARIES Iconv::Iconv)
290290

0 commit comments

Comments
 (0)