From 4d04f51c28a175b5341bf10061faaa2c1c0c7386 Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Mon, 25 Mar 2024 11:30:57 +0100 Subject: [PATCH] using correct dir --- BuildWasmDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildWasmDockerfile b/BuildWasmDockerfile index 2f71d03..541053c 100644 --- a/BuildWasmDockerfile +++ b/BuildWasmDockerfile @@ -68,7 +68,7 @@ ADD ./test /test RUN mkdir -p /xeus-build && cd /xeus-build && \ emcmake cmake .. \ -DCMAKE_INSTALL_PREFIX=/install \ - -Dnlohmann_json_DIR=/install/lib/cmake/nlohmann_json \ + -Dnlohmann_json_DIR=/install/share/cmake/nlohmann_json \ -Dxtl_DIR=/install/share/cmake/xtl \ -Dxeus_DIR=/install/lib/cmake/xeus \ -DXEUS_LITE_BUILD_BROWSER_TEST_KERNEL=ON \