From 642a19d2de659563d9553e910baa55e24c7f2e01 Mon Sep 17 00:00:00 2001 From: Stefan Kieszkowski <85728496+stefankiesz@users.noreply.github.com> Date: Sun, 12 May 2024 22:48:11 -0700 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d60f30a..0e98693a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -268,4 +268,4 @@ endif() if(BUILD_TEST) set(ENV{KVS_GTEST_ROOT} ${KINESIS_VIDEO_OPEN_SOURCE_SRC}) add_subdirectory(tst) -endif() \ No newline at end of file +endif()