aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2021-07-17 17:35:49 +0200
committerPepijn de Vos <pepijndevos@gmail.com>2021-07-17 17:35:49 +0200
commit811f5b4d18eac5c8e737e1a569ec9a0ebae816c2 (patch)
treead31be852cf4ee582dccf996871695939a6bfc6a
parent2c4599612c9bef86197dd823dbdc3180c02b2db2 (diff)
downloadnextpnr-811f5b4d18eac5c8e737e1a569ec9a0ebae816c2.tar.gz
nextpnr-811f5b4d18eac5c8e737e1a569ec9a0ebae816c2.tar.bz2
nextpnr-811f5b4d18eac5c8e737e1a569ec9a0ebae816c2.zip
remove generic leftover in gowin
-rw-r--r--gowin/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/gowin/CMakeLists.txt b/gowin/CMakeLists.txt
index 5d70cd32..a356a84b 100644
--- a/gowin/CMakeLists.txt
+++ b/gowin/CMakeLists.txt
@@ -12,8 +12,6 @@ message(STATUS "gowin_bba executable: ${GOWIN_BBA_EXECUTABLE}")
if(DEFINED GOWIN_CHIPDB)
add_custom_target(chipdb-gowin-bbas ALL)
else()
- find_package(PythonInterp 3.6 REQUIRED)
-
# shared among all families
set(SERIALIZE_CHIPDBS TRUE CACHE BOOL
"Serialize device data preprocessing to minimize memory use")