From 8d66b7ad3f8078aa08347418b907046cd7346ebe Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 30 Jan 2024 10:55:27 -0800 Subject: [PATCH] ADIOS2 Windows: Disable libFFI --- library_builders.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/library_builders.bat b/library_builders.bat index a8c55e63ee..10b399e61b 100644 --- a/library_builders.bat +++ b/library_builders.bat @@ -23,6 +23,7 @@ exit /b 0 cmake -S dep-adios2/ADIOS2-2.10.0-rc1 -B build-adios2 ^ -DCMAKE_BUILD_TYPE=Release ^ + -DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^ -DBUILD_SHARED_LIBS=OFF ^ -DBUILD_TESTING=OFF ^ -DADIOS2_USE_MPI=OFF ^