From d2159e48a6e45f58a4fef652de5785112056ee23 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Sun, 29 Dec 2024 15:21:56 +0100 Subject: [PATCH] replace exec_program with exec_process --- CMakeLists.txt | 2 +- libv4l2cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c66e9a7..c0570d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ if (ALSA) endif() # libv4l2cpp -EXEC_PROGRAM("git submodule update --init") +execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init) add_subdirectory(libv4l2cpp EXCLUDE_FROM_ALL) target_include_directories(libv4l2rtspserver PUBLIC libv4l2cpp/inc) target_link_libraries (libv4l2rtspserver PUBLIC libv4l2cpp ${LIBRARIES}) diff --git a/libv4l2cpp b/libv4l2cpp index e444fb1..8e13b8d 160000 --- a/libv4l2cpp +++ b/libv4l2cpp @@ -1 +1 @@ -Subproject commit e444fb148f15e02c59f95c9669592c42010ae182 +Subproject commit 8e13b8df40af5d48a05775f851b7900b5f87e9ad