Skip to content

Commit

Permalink
[cmake] add missing enable_testing call.
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller committed Jan 21, 2025
1 parent 3465472 commit 0d0eeec
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 0d0eeec

Please sign in to comment.