diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:41 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:41 +0200 |
| commit | 63ec5715054be18ac4db5675e067b41c955d03b9 (patch) | |
| tree | 42bb5764b05bd3bc5bffadb55f4375e6dce8a521 /CMake/FindMiniXML.cmake | |
| parent | 6c1a798b0302034a7fdcaf93b8f014e2e458c2a0 (diff) | |
| parent | e7d20cf352688bf717a01f4e6d9e6f497c2bea4c (diff) | |
Update upstream source from tag 'upstream/5.3.1Beta2'
Update to upstream version '5.3.1Beta2'
with Debian dir 36e53756d97319b1944d0ea744717abc9326f697
Diffstat (limited to 'CMake/FindMiniXML.cmake')
| -rw-r--r-- | CMake/FindMiniXML.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMake/FindMiniXML.cmake b/CMake/FindMiniXML.cmake index cded8d4..bfb7c47 100644 --- a/CMake/FindMiniXML.cmake +++ b/CMake/FindMiniXML.cmake @@ -25,6 +25,7 @@ else () /usr/local/include
/sw/include
/opt/local/include
+ /app/include
DOC "The directory where mxml.h resides")
if(UNIX AND NOT APPLE)
find_library( MINIXML_LIBRARY
@@ -36,6 +37,7 @@ else () /usr/local/lib
/sw/lib
/opt/local/lib
+ /app/lib
DOC "The Mini XML library")
else()
find_library( MINIXML_LIBRARY
|
