Skip to content

Commit

Permalink
replace exec_program with exec_process
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Dec 29, 2024
1 parent b0d24eb commit d2159e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion libv4l2cpp

0 comments on commit d2159e4

Please sign in to comment.