try another variant

This commit is contained in:
Axel Kohlmeyer
2025-04-25 15:51:39 -04:00
parent 1597019419
commit 9b258d4c82
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ PKG_LIB =
PKG_CPP_DEPENDS =
PKG_LINK_DEPENDS =
PKG_SYSINC = -I../../third_party
PKG_SYSINC = -I../../third_party -I../third_party
PKG_SYSLIB =
PKG_SYSPATH =

View File

@ -17,7 +17,7 @@
// wrapper around including the JSON parsing and writing class
// Do NOT include in any header file
#include <nlohmann/json.hpp>
#include "nlohmann/json.hpp"
namespace LAMMPS_NS {
using json = ::nlohmann_lmp::json;