about summary refs log tree commit diff stats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindYtdlp.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/FindYtdlp.cmake b/cmake/FindYtdlp.cmake
index a1d779d..85c3bf5 100644
--- a/cmake/FindYtdlp.cmake
+++ b/cmake/FindYtdlp.cmake
@@ -2,7 +2,9 @@
 #
 # SPDX-License-Identifier: BSD-2-Clause
 
-find_package(Python3 REQUIRED COMPONENTS Interpreter)
+find_package(Python3
+			REQUIRED 
+			COMPONENTS Interpreter)
 
 execute_process(COMMAND ${Python3_EXECUTABLE} -c "import yt_dlp" RESULT_VARIABLE YTDLP_CHECK_RESULT)