Skip to content

Commit

Permalink
drop broken test hook from Fast-CDR import (#986)
Browse files Browse the repository at this point in the history
The tests were not imported but still referenced in the cmake depending on the system cmake version.
  • Loading branch information
v4hn authored Aug 10, 2024
1 parent 47a61d7 commit f4f9d41
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,6 @@ set(LICENSE_INSTALL_DIR ${DATA_INSTALL_DIR}/${PROJECT_NAME} CACHE PATH "Installa
###############################################################################
add_subdirectory(src/cpp)

###############################################################################
# Testing
###############################################################################
enable_testing()
include(CTest)

if (BUILD_TESTING)
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.22)
add_subdirectory(test)
else()
message(INFO "Tests are disabled because the version of CMake is less than 3.22")
endif()
endif()

###############################################################################
# Documentation
###############################################################################
Expand Down

0 comments on commit f4f9d41

Please sign in to comment.