build(litephreeqc): enable testing for all builds

This commit is contained in:
Max Lübke 2025-11-13 16:03:31 +01:00
parent 5cb1f7e77c
commit 86fddb50f9

View File

@ -31,7 +31,7 @@ target_include_directories(litephreeqc PUBLIC
# Set C++20 standard # Set C++20 standard
target_compile_features(litephreeqc PUBLIC cxx_std_20) target_compile_features(litephreeqc PUBLIC cxx_std_20)
if (BUILD_TESTING AND STANDALONE_BUILD) if (BUILD_TESTING)
enable_testing() enable_testing()
set(LPQC_TEST_SOURCE_FILES set(LPQC_TEST_SOURCE_FILES