Skip to content

Commit

Permalink
[cmake] add missing enable_testing call. (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller authored Jan 21, 2025
1 parent 9e4888d commit ca3ab23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ add_subdirectory(samples)
endif()

if (ECAL_C_BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif ()

0 comments on commit ca3ab23

Please sign in to comment.