Skip to content

Commit

Permalink
CMake: Skip Pipe Test
Browse files Browse the repository at this point in the history
Written in a too special way, we cannot assume SH is always present
  • Loading branch information
ax3l committed Oct 22, 2021
1 parent f20b5c6 commit d94fd9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,8 @@ if(openPMD_BUILD_TESTING)
endforeach()

# openpmd-pipe (python) test
if( openPMD_HAVE_HDF5
if( NOT WIN32
AND openPMD_HAVE_HDF5
AND (openPMD_HAVE_ADIOS2 OR openPMD_HAVE_ADIOS1)
AND EXAMPLE_DATA_FOUND
)
Expand Down

0 comments on commit d94fd9f

Please sign in to comment.