Skip to content

Commit ed80bfc

Browse files
committed
fix CMakeLists
1 parent e2f4866 commit ed80bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif()
3535

3636
# library to archive (libfunctional.a)
3737
add_library(functional src/functional.f90)
38-
add_library(testing test/mod_testing.f90)
38+
add_library(testing test/testing.f90)
3939

4040
# tests
4141
enable_testing()

0 commit comments

Comments
 (0)