Skip to content

Commit 77f39bb

Browse files
committed
Fix typo
1 parent 4231623 commit 77f39bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
if (NOT STDLIB_NO_BITSET)
22
add_subdirectory(bitsets)
33
endif()
4+
add_subdirectory(blas)
5+
add_subdirectory(lapack)
46
if (NOT STDLIB_NO_STATS)
57
add_subdirectory(stats)
68
endif()
7-
add_subdirectory(blas)
8-
add_subdirectory(lapack)
99

1010
set(fppFiles
1111
stdlib_ascii.fypp

0 commit comments

Comments
 (0)