Skip to content

Commit

Permalink
fix glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasm91 committed Oct 24, 2024
1 parent 374e0c0 commit 63f760e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/trans/cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ function(generate_backend_sources)

ecbuild_list_add_pattern( LIST files
GLOB
algor/*
internal/*
external/*
algor/*.F90
internal/*.F90
external/*.F90
QUIET
)

Expand Down
4 changes: 2 additions & 2 deletions src/trans/gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ function(generate_backend_sources)

ecbuild_list_add_pattern( LIST files
GLOB
internal/*
external/*
internal/*F90
external/*F90
QUIET
)
list( APPEND files
Expand Down

0 comments on commit 63f760e

Please sign in to comment.