Prog on knulli

This commit is contained in:
2026-03-16 11:45:36 -05:00
parent 7356286fe0
commit 71c5756e71
5 changed files with 75 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ file(MAKE_DIRECTORY ${DUSK_TEMP_DIR})
file(MAKE_DIRECTORY ${DUSK_BUILT_ASSETS_DIR})
# Required build packages
find_package(Python3 COMPONENTS Interpreter REQUIRED)
find_package(Python3 REQUIRED COMPONENTS Interpreter)
# Init Project.
project(${DUSK_LIBRARY_TARGET_NAME}