Skip to content

Commit 1e02d17

Browse files
Add path hint for Windows
1 parent c5af93f commit 1e02d17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake_include/FindMXML.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
#------------------------------------------------------------------------------
3030
# find the runtime binaries of the MXML library
3131
#------------------------------------------------------------------------------
32-
find_library(MXML_LIBRARY NAMES mxml mxml1)
32+
find_library(MXML_LIBRARY NAMES mxml mxml1
33+
HINTS ENV MXML_ROOT)
3334

34-
3535
if(MXML_LIBRARY MATCHES MXML_LIBRARY-NOTFOUND)
3636
message(FATAL_ERROR "Could not find MXML library!")
3737
else()

0 commit comments

Comments
 (0)