summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2022-11-15 07:20:26 -0600
committerChad Elliott <elliottc@objectcomputing.com>2022-11-15 07:20:26 -0600
commitfe2179434123896ad860c6ae3f092c7ab86f4c84 (patch)
treeb4931d43d157f56ff953294e48717d4b10856189 /config
parent4339fa3699a49c8d541ad57a11a27c07cfd7c69d (diff)
downloadMPC-fe2179434123896ad860c6ae3f092c7ab86f4c84.tar.gz
Use the macro for the XercesC to allow generation of CMakeLists that can be used with or without xerces.
Diffstat (limited to 'config')
-rw-r--r--config/xerces.mpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/xerces.mpb b/config/xerces.mpb
index 464ea345..bfbd0d19 100644
--- a/config/xerces.mpb
+++ b/config/xerces.mpb
@@ -56,7 +56,7 @@ feature(xerces3) {
specific(cmake) {
includes += ${XercesC_INCLUDE_DIRS}
- xerceslib = XercesC::XercesC
+ xerceslib = ${XercesC_LIBRARIES}
} else {
includes += $(XERCESC_INCDIR)
libpaths += $(XERCESC_LIBDIR)