mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
MIsc. source and comment typos
Found using `codespell` and `grep` from downstream FreeCAD
This commit is contained in:
@@ -35,7 +35,7 @@ set(EigenLapack_SRCS ${EigenLapack_SRCS}
|
||||
second_NONE.f dsecnd_NONE.f
|
||||
)
|
||||
|
||||
option(EIGEN_ENABLE_LAPACK_TESTS OFF "Enbale the Lapack unit tests")
|
||||
option(EIGEN_ENABLE_LAPACK_TESTS OFF "Enable the Lapack unit tests")
|
||||
|
||||
if(EIGEN_ENABLE_LAPACK_TESTS)
|
||||
|
||||
@@ -59,7 +59,7 @@ if(EIGEN_ENABLE_LAPACK_TESTS)
|
||||
message(STATUS "Setup lapack reference and lapack unit tests")
|
||||
execute_process(COMMAND tar xzf "lapack_addons_3.4.1.tgz" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
else()
|
||||
message(STATUS "Download of lapack_addons_3.4.1.tgz failed, LAPACK unit tests wont be enabled")
|
||||
message(STATUS "Download of lapack_addons_3.4.1.tgz failed, LAPACK unit tests won't be enabled")
|
||||
set(EIGEN_ENABLE_LAPACK_TESTS false)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user