Skip to content

Commit

Permalink
update tinyxml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Oct 15, 2019
1 parent 13dedd2 commit bf890e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/tinyxml2/CMakeLists.txt
Expand Up @@ -6,6 +6,7 @@ include(ExternalProject)
list(APPEND CMAKE_ARGS
"${CL_ARGS}"
"-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}"
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
"-DBUILD_SHARED_LIBS=OFF"
"-DBUILD_TESTS=OFF"
Expand All @@ -18,7 +19,7 @@ endforeach()

ExternalProject_add(
tinyxml2
URL https://github.com/leethomason/tinyxml2/archive/7.0.1.tar.gz
URL https://github.com/leethomason/tinyxml2/archive/7.1.0.tar.gz
PREFIX tinyxml2
CMAKE_ARGS "${CMAKE_ARGS}"
)

0 comments on commit bf890e5

Please sign in to comment.