added rounding in cluster finder

This commit is contained in:
froejdh_e
2026-01-21 09:35:06 +01:00
parent b77a576f72
commit 0ce6128b4f
4 changed files with 26 additions and 8 deletions

View File

@@ -240,9 +240,7 @@ endif()
add_library(aare_compiler_flags INTERFACE)
target_compile_features(aare_compiler_flags INTERFACE cxx_std_17)
if(AARE_PYTHON_BINDINGS)
add_subdirectory(python)
endif()
#################
# MSVC specific #
@@ -308,6 +306,9 @@ target_compile_options(
endif() #GCC/Clang specific
if(AARE_PYTHON_BINDINGS)
add_subdirectory(python)
endif()
if(AARE_ASAN)
message(STATUS "AddressSanitizer enabled")