diff --git a/Lib/CMake/kll.cmake b/Lib/CMake/kll.cmake index aae3d31..5846b27 100644 --- a/Lib/CMake/kll.cmake +++ b/Lib/CMake/kll.cmake @@ -14,6 +14,11 @@ if ( "${MacroModule}" STREQUAL "PartialMap" ) +### +# Python 3 is required for kll +# +find_package ( PythonInterp 3 REQUIRED ) + ### # KLL Installation (Make sure repo has been cloned)