File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,11 +66,12 @@ jobs:
6666
6767 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\vc\Auxiliary\build\vcvarsall.bat" x64
6868 pwsh "share\openPMD\download_samples.ps1" build
69- cmake -S . -B build ^
70- -G "Ninja" ^
71- -DCMAKE_C_COMPILER=clang-cl ^
72- -DCMAKE_CXX_COMPILER=clang-cl ^
73- -DCMAKE_BUILD_TYPE=Release ^
69+ cmake -S . -B build ^
70+ -G "Ninja" ^
71+ -DCMAKE_C_COMPILER=clang-cl ^
72+ -DCMAKE_CXX_COMPILER=clang-cl ^
73+ -DCMAKE_BUILD_TYPE=Release ^
74+ -DopenPMD_USE_FILESYSTEM_HEADER=OFF ^
7475 -DopenPMD_USE_MPI=OFF
7576 cmake --build build --config Release --parallel 2
7677 cmake --build build --config Debug --target install
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ option(openPMD_USE_INTERNAL_TOML11 "Use internally shipped toml11" ${op
151151
152152option (openPMD_USE_INVASIVE_TESTS "Enable unit tests that modify source code" OFF )
153153option (openPMD_USE_VERIFY "Enable internal VERIFY (assert) macro independent of build type" ON )
154- option (openPMD_USE_FILESYSTEM_HEADER "Enable filesystem header. May be disabled for old compiler versions." ON )
154+ option (openPMD_USE_FILESYSTEM_HEADER "Enable filesystem header. May be disabled for old compiler versions." OFF )
155155mark_as_advanced (openPMD_USE_FILESYSTEM_HEADER )
156156
157157set (CMAKE_CONFIGURATION_TYPES "Release;Debug;MinSizeRel;RelWithDebInfo" )
You can’t perform that action at this time.
0 commit comments