Skip to content

Commit 5b07c5e

Browse files
Merge pull request #528 from Reference-LAPACK/weslleyspereira-patch-1
Fix typo on .travis.yml
2 parents 0856911 + c9ba62a commit 5b07c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ script:
5959
-DLAPACKE:BOOL=ON
6060
-DBUILD_TESTING=ON
6161
-DLAPACKE_WITH_TMG:BOOL=ON
62-
-DBUILD_SHARED_LIBS=BOOL:ON
62+
-DBUILD_SHARED_LIBS:BOOL=ON
6363
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
6464
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
6565
${SRC_DIR}

0 commit comments

Comments
 (0)