project(TestPySearch) cmake_minimum_required(VERSION 3.19) find_package(Python3 %%PYTHON_VER%% EXACT REQUIRED COMPONENTS Interpreter Development)