From 64d899d9c6de412b0780b330d4a2e32543681156 Mon Sep 17 00:00:00 2001 From: nicolas le goff Date: Tue, 20 Aug 2024 00:08:49 +0200 Subject: [PATCH] enabled LimaWriteAndReadTestSuite when WITH_LIMA is ON --- io/tst/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/io/tst/CMakeLists.txt b/io/tst/CMakeLists.txt index 31142f17b..a953abcf4 100644 --- a/io/tst/CMakeLists.txt +++ b/io/tst/CMakeLists.txt @@ -13,6 +13,10 @@ if(WITH_LIMA) endif() add_executable(GMDS_IO_TEST ${TEST_SUITES} main_test.cpp) + +if(WITH_LIMA) + target_compile_definitions(GMDS_IO_TEST PRIVATE WITH_LIMA) +endif() #============================================================================== target_link_libraries(GMDS_IO_TEST PUBLIC ${GMDS_LIB}