Skip to content

Commit e98a23f

Browse files
committed
Fix bad filename that needs preprocessing
1 parent 3fa394a commit e98a23f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/tests/unit/teams/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
caf_compile_executable(team_number team-number.f90)
22
caf_compile_executable(teams_subset teams_subset.f90)
3-
caf_compile_executable(get_communicator get-communicator.f90)
3+
caf_compile_executable(get_communicator get-communicator.F90)

0 commit comments

Comments
 (0)