Skip to content

Commit

Permalink
enabled LimaWriteAndReadTestSuite when WITH_LIMA is ON
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Aug 19, 2024
1 parent 4af9a52 commit 64d899d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions io/tst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 64d899d

Please sign in to comment.