Commit aa92de5a authored by Alexander Barkov's avatar Alexander Barkov

Adding a reminder.

modified:
  storage/connect/CMakeLists.txt
parent 7d4df74b
......@@ -84,6 +84,10 @@ OPTION(CONNECT_WITH_LIBXML2 "Compile CONNECT storage engine with LIBXML2 support
IF(CONNECT_WITH_LIBXML2)
IF(WIN32)
#
# NOTE: when switching to static linking of libxml2
# make sure to define LIBXML_STATIC.
#
# Adding some typical places to search in
SET(PC_LIBXML_INCLUDE_DIRS
C:/libxml2/include
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment