From fb54781543658515b3e0e402614ccda8f9849f1d Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 26 May 2023 18:36:35 +0200 Subject: [PATCH] build: `magnitude_test` disabled for now --- test/unit_test/static/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit_test/static/CMakeLists.txt b/test/unit_test/static/CMakeLists.txt index 78ab6732..425da205 100644 --- a/test/unit_test/static/CMakeLists.txt +++ b/test/unit_test/static/CMakeLists.txt @@ -51,7 +51,7 @@ add_library( isq_test.cpp isq_angle_test.cpp # kind_test.cpp - magnitude_test.cpp + # magnitude_test.cpp # math_test.cpp # point_origin_test.cpp prime_test.cpp