mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
build: 💥 MP_UNITS_BUILD_LA
and MP_UNITS_IWYU
CMake options now have _DEV_
in the name
This commit is contained in:
@@ -30,7 +30,7 @@ if(${projectPrefix}BUILD_CXX_MODULES)
|
||||
endif()
|
||||
target_link_libraries(unit_tests_runtime PRIVATE mp-units::mp-units Catch2::Catch2WithMain)
|
||||
|
||||
if(${projectPrefix}BUILD_LA)
|
||||
if(${projectPrefix}DEV_BUILD_LA)
|
||||
find_package(wg21_linear_algebra REQUIRED)
|
||||
target_sources(unit_tests_runtime PRIVATE linear_algebra_test.cpp)
|
||||
target_link_libraries(unit_tests_runtime PRIVATE wg21_linear_algebra::wg21_linear_algebra)
|
||||
|
Reference in New Issue
Block a user