We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5af93f commit 1e02d17Copy full SHA for 1e02d17
1 file changed
cmake_include/FindMXML.cmake
@@ -29,9 +29,9 @@
29
#------------------------------------------------------------------------------
30
# find the runtime binaries of the MXML library
31
32
-find_library(MXML_LIBRARY NAMES mxml mxml1)
+find_library(MXML_LIBRARY NAMES mxml mxml1
33
+ HINTS ENV MXML_ROOT)
34
-
35
if(MXML_LIBRARY MATCHES MXML_LIBRARY-NOTFOUND)
36
message(FATAL_ERROR "Could not find MXML library!")
37
else()
0 commit comments