Skip to content

Commit

Permalink
Fix github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrack committed Apr 16, 2024
1 parent 68e2d79 commit b17f038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ file(MAKE_DIRECTORY ${test_dir})
# We need to find a way to check if 2DECOMP&FFT is build with ADIOS2
option(USE_ADIOS2 "Build XCompact with ADIOS2 library" OFF)

# TGV is from tests
#add_subdirectory(TGV)

if (${BUILD_TESTING_FULL})
add_subdirectory(ABL-Atmospheric-Boundary-Layer)
add_subdirectory(Cavity)
Expand Down
2 changes: 1 addition & 1 deletion test/data/Taylor-Green-Vortex/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TGV
set(case "TGV")
set(case "TGV-Taylor-Green-vortex")
set(case_dir "${test_dir}/${case}")
file(MAKE_DIRECTORY ${case_dir})
set(input_file "reference_input.i3d")
Expand Down

0 comments on commit b17f038

Please sign in to comment.