build: linear_algebra test disables as the latest version of the LA lib is broken

This commit is contained in:
Mateusz Pusz
2023-05-26 15:28:54 +02:00
parent 52bbd00ab4
commit 4788aa64be
3 changed files with 6 additions and 6 deletions

View File

@@ -27,6 +27,9 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
set(projectPrefix UNITS_)
option(${projectPrefix}BUILD_LA "Build code depending on the linear algebra library" ON)
message(STATUS "${projectPrefix}BUILD_LA: ${${projectPrefix}BUILD_LA}")
# make sure that the file is being used as an entry point
include(modern_project_structure)
ensure_entry_point()