Skip to content

Commit d9a2142

Browse files
committed
Add not apple for iconv.
1 parent 0541a35 commit d9a2142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}")
4848
find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
4949
find_package(ZLIB MODULE REQUIRED)
5050
find_package(fmt MODULE REQUIRED)
51+
if(NOT APPLE)
5152
find_package(Iconv MODULE REQUIRED)
53+
endif()
5254
find_package(LibXml2 MODULE REQUIRED)
5355

5456
# create a compilation database for e.g. clang-tidy

0 commit comments

Comments
 (0)