Skip to content

Commit 71a5e2c

Browse files
committed
Update to latest json and plog 3rd-party
1 parent b953222 commit 71a5e2c

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

3rd-party/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#*******************************************************************/
2727
cmake_minimum_required(VERSION 3.0)
2828
project(3rd-party)
29-
set(PLOG_VERSION 1.1.4)
30-
set(NLOHMANN_VERSION 3.5.0)
3129

3230

3331
# Must use GNUInstallDirs to install libraries into correct

3rd-party/json-3.9.1.tar.gz

6.56 MB
Binary file not shown.

3rd-party/plog-1.1.5.tar.gz

39.5 KB
Binary file not shown.

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ include(emscripten)
9393
#-------------------
9494
# third-party
9595
#-------------------
96+
set(PLOG_VERSION 1.1.5)
97+
set(NLOHMANN_VERSION 3.9.1)
9698
add_subdirectory(3rd-party)
9799

98100

@@ -173,9 +175,6 @@ endif()
173175
#-------------------
174176
# 3rd-party
175177
#-------------------
176-
set(PLOG_VERSION 1.1.4)
177-
set(NLOHMANN_VERSION 3.5.0)
178-
179178
include_directories(3rd-party/json-${NLOHMANN_VERSION}/include)
180179
include_directories(3rd-party/plog-${PLOG_VERSION}/include)
181180

0 commit comments

Comments
 (0)