disable benchmark build for CI/CD

This commit is contained in:
2025-09-22 02:34:52 +03:00
parent f8beaa4bab
commit 152eafb78f
3 changed files with 12 additions and 7 deletions

View File

@@ -1,2 +1,8 @@
add_subdirectory(googletest)
add_subdirectory(benchmark)
if (OMATH_BUILD_TESTS)
add_subdirectory(googletest)
endif ()
if (OMATH_BUILD_BENCHMARK)
add_subdirectory(benchmark)
endif()