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 c1e5c2c commit 4d556eeCopy full SHA for 4d556ee
CMakeLists.txt
@@ -126,8 +126,8 @@ set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} -s")
126
# Fix for MacOS X broken libxml2 Homebrew installation in MacOS Catalina
127
if(APPLE)
128
message(STATUS "macOS detected, applying macOS-specific kludges")
129
- set(XML2_INCLUDE_DIRS "/usr/local/opt/libxml2/include/libxml2")
130
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/opt/homebrew/opt/icu4c/include")
+ # set(XML2_INCLUDE_DIRS "/usr/local/opt/libxml2/include/libxml2")
+ # set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/opt/homebrew/opt/icu4c/include")
131
endif()
132
133
########################## pkg-config description #############################
0 commit comments