Skip to content

Commit 5147094

Browse files
committed
misslocation of source file
1 parent 272eb67 commit 5147094

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,8 @@ set(fppFiles
9191
# Preprocessed files to contain preprocessor directives -> .F90
9292
set(cppFiles
9393
stdlib_linalg_constants.fypp
94-
9594
stdlib_linalg_blas.fypp
9695
stdlib_linalg_lapack.fypp
97-
stdlib_system.F90
9896
)
9997

10098
add_subdirectory(blas)
@@ -118,6 +116,7 @@ set(SRC
118116
stdlib_system_subprocess.c
119117
stdlib_system_subprocess.F90
120118
stdlib_system_path.f90
119+
stdlib_system.F90
121120
stdlib_sparse.f90
122121
stdlib_specialfunctions_legendre.f90
123122
stdlib_quadrature_gauss.f90

0 commit comments

Comments
 (0)