Skip to content

Commit

Permalink
Add path hint for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Dec 15, 2015
1 parent c5af93f commit 1e02d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_include/FindMXML.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#------------------------------------------------------------------------------
# find the runtime binaries of the MXML library
#------------------------------------------------------------------------------
find_library(MXML_LIBRARY NAMES mxml mxml1)
find_library(MXML_LIBRARY NAMES mxml mxml1
HINTS ENV MXML_ROOT)


if(MXML_LIBRARY MATCHES MXML_LIBRARY-NOTFOUND)
message(FATAL_ERROR "Could not find MXML library!")
else()
Expand Down

0 comments on commit 1e02d17

Please sign in to comment.