Pugixml to replace wx/xml in rXML

Pugixml to replace wx/xml in rXML

Change reinterpret cast to static cast.

Pass name in pred by reference
This commit is contained in:
mpm11011
2016-04-02 16:28:53 -04:00
parent 62258a1f1a
commit b57daef75a
6 changed files with 65 additions and 56 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ before_install:
fi;
before_script:
- git submodule update --init asmjit 3rdparty/ffmpeg 3rdparty/GSL 3rdparty/libpng Vulkan/glslang Vulkan/Vulkan-LoaderAndValidationLayers
- git submodule update --init asmjit 3rdparty/ffmpeg 3rdparty/pugixml 3rdparty/GSL 3rdparty/libpng Vulkan/glslang Vulkan/Vulkan-LoaderAndValidationLayers
- mkdir build
- cd build
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake ..; else cmake .. -DLLVM_DIR=/usr/local/opt/llvm36/lib/llvm-3.6/share/llvm/cmake; fi