Skip to content

Commit 312076d

Browse files
committed
XMLParser: drop unused libm dependency
1 parent f7be28f commit 312076d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

io/xmlparser/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 1995-2019, Rene Brun and Fons Rademakers.
1+
# CopyrightO (C) 1995-2019, Rene Brun and Fons Rademakers.
22
# All rights reserved.
33
#
44
# For the licensing terms see $ROOTSYS/LICENSE.
@@ -24,7 +24,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(XMLParser
2424
src/TXMLDocument.cxx
2525
src/TXMLNode.cxx
2626
src/TXMLParser.cxx
27-
DEPENDENCIES
27+
LIBRARIES
2828
Core
2929
)
3030

@@ -39,3 +39,4 @@ target_link_libraries(XMLParser
3939
${LIBXML2_LIBRARIES}
4040
$<$<PLATFORM_ID:Windows>:ws2_32.lib>
4141
)
42+

0 commit comments

Comments
 (0)