From 19160f10ae8916f9bb22166ce38186550c56b6d5 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Sun, 21 Aug 2022 17:47:35 +0100 Subject: Use CMake's Python3 rather than PythonInterp in subdirs --- fpga_interchange/examples/chipdb_xilinx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga_interchange/examples/chipdb_xilinx.cmake') diff --git a/fpga_interchange/examples/chipdb_xilinx.cmake b/fpga_interchange/examples/chipdb_xilinx.cmake index 23b4d7f1..62e6b9ed 100644 --- a/fpga_interchange/examples/chipdb_xilinx.cmake +++ b/fpga_interchange/examples/chipdb_xilinx.cmake @@ -53,7 +53,7 @@ function(create_rapidwright_device_db) add_custom_target(rapidwright-${device}-device-yaml COMMAND - ${PYTHON_EXECUTABLE} -mfpga_interchange.convert + ${Python3_EXECUTABLE} -mfpga_interchange.convert --schema_dir ${INTERCHANGE_SCHEMA_PATH} --schema device --input_format capnp -- cgit v1.2.3