Skip to content

Commit

Permalink
Update nlohmann_json to version 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnp committed Aug 4, 2020
1 parent 274d5dd commit e05a8b1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# virtualbow-dependencies

Dummy project for pre-built dependencies of VirtualBow.
Build information and releases for the dependencies of VirtualBow.
4 changes: 2 additions & 2 deletions linux/json.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOWNLOAD_URL=https://github.com/nlohmann/json/archive/v3.7.3.tar.gz
INSTALL_DIR=json-3.7.3
DOWNLOAD_URL=https://github.com/nlohmann/json/archive/v3.9.0.tar.gz
INSTALL_DIR=json-3.9.0

curl -L $DOWNLOAD_URL | tar -xz
mv json-* source & mkdir build
Expand Down
2 changes: 1 addition & 1 deletion linux/paths.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set(
${CMAKE_CURRENT_LIST_DIR}/boost-1.73.0/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/catch-2.12.2/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/eigen-3.3.9-master/share/eigen3/cmake
${CMAKE_CURRENT_LIST_DIR}/json-3.7.3/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/json-3.9.0/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/nlopt-2.6.2/lib/cmake
)
4 changes: 2 additions & 2 deletions macos/json.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOWNLOAD_URL=https://github.com/nlohmann/json/archive/v3.7.3.tar.gz
INSTALL_DIR=json-3.7.3
DOWNLOAD_URL=https://github.com/nlohmann/json/archive/v3.9.0.tar.gz
INSTALL_DIR=json-3.9.0

curl -L $DOWNLOAD_URL | tar -xz
mv json-* source & mkdir build
Expand Down
2 changes: 1 addition & 1 deletion macos/paths.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set(
${CMAKE_CURRENT_LIST_DIR}/boost-1.73.0/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/catch-2.12.2/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/eigen-3.3.9-master/share/eigen3/cmake
${CMAKE_CURRENT_LIST_DIR}/json-3.7.3/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/json-3.9.0/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/nlopt-2.6.2/lib/cmake
)
4 changes: 2 additions & 2 deletions windows/json.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOWNLOAD_URL=https://github.com/nlohmann/json/archive/v3.7.3.tar.gz
INSTALL_DIR=json-3.7.3
DOWNLOAD_URL=https://github.com/nlohmann/json/archive/v3.9.0.tar.gz
INSTALL_DIR=json-3.9.0

curl -L $DOWNLOAD_URL | tar -xz
mv json-* source & mkdir build
Expand Down
2 changes: 1 addition & 1 deletion windows/paths.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set(
${CMAKE_CURRENT_LIST_DIR}/boost-1.73.0/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/catch-2.12.2/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/eigen-3.3.9-master/share/eigen3/cmake
${CMAKE_CURRENT_LIST_DIR}/json-3.7.3/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/json-3.9.0/lib/cmake
${CMAKE_CURRENT_LIST_DIR}/nlopt-2.6.2/lib/cmake
)

0 comments on commit e05a8b1

Please sign in to comment.