fix: LA library bug workaround

Blocked by BobSteagall/wg21#77
This commit is contained in:
Mateusz Pusz
2024-07-11 19:18:28 +02:00
parent a70ef1ebc3
commit 175fd04c3a
3 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
set(projectPrefix MP_UNITS_)
option(${projectPrefix}DEV_BUILD_LA "Build code depending on the linear algebra library" ON)
option(${projectPrefix}DEV_BUILD_LA "Build code depending on the linear algebra library" OFF)
option(${projectPrefix}DEV_IWYU "Enables include-what-you-use" OFF)
option(${projectPrefix}DEV_CLANG_TIDY "Enables clang-tidy" OFF)