build: Silence warning for unused manually-set Python_EXECUTABLE variable

This commit is contained in:
Gabriel Ferreira
2025-04-12 13:33:39 +02:00
parent 302aef3f77
commit 206188d9bd

View File

@@ -630,6 +630,7 @@ macro(process_options)
set(Python3_LIBRARIES)
set(Python3_EXECUTABLE)
set(Python_EXECUTABLE)
set(Python3_FOUND FALSE)
set(Python3_INCLUDE_DIRS)
set(Python3_Interpreter_FOUND FALSE)