mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
build(litephreeqc): enable testing for all builds
This commit is contained in:
parent
5cb1f7e77c
commit
86fddb50f9
@ -31,7 +31,7 @@ target_include_directories(litephreeqc PUBLIC
|
||||
# Set C++20 standard
|
||||
target_compile_features(litephreeqc PUBLIC cxx_std_20)
|
||||
|
||||
if (BUILD_TESTING AND STANDALONE_BUILD)
|
||||
if (BUILD_TESTING)
|
||||
enable_testing()
|
||||
|
||||
set(LPQC_TEST_SOURCE_FILES
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user