Closed leamas closed 3 years ago
This could probably be fixed by following patch, which bundles tinyxml on all platforms:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c0ebbe..1b4454e 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -185,13 +185,11 @@ set(LIBHDRS
)
-IF(WIN32)
SET(SRC_TINYXML
src/tinyxml/tinyxml.cpp
src/tinyxml/tinyxmlparser.cpp
src/tinyxml/tinyxmlerror.cpp
)
-ENDIF(WIN32)
set(EXTINCLUDE extinclude/nlohmann/json.hpp extinclude/ODAPI.h)
I find it hard to work with the testplugin setup. Hopefully , someone skilled could test this patch.
Fixed in #9. Closing.
Trying to use the current builds at cloudsmith.io I get the following in the logfile:
Practical result is that plugin does not load and is unusable.