We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0541a35 commit d9a2142Copy full SHA for d9a2142
CMakeLists.txt
@@ -48,7 +48,9 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}")
48
find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
49
find_package(ZLIB MODULE REQUIRED)
50
find_package(fmt MODULE REQUIRED)
51
+if(NOT APPLE)
52
find_package(Iconv MODULE REQUIRED)
53
+endif()
54
find_package(LibXml2 MODULE REQUIRED)
55
56
# create a compilation database for e.g. clang-tidy
0 commit comments