mirror of https://github.com/YosysHQ/nextpnr.git
fix whitespace
This commit is contained in:
parent
597f4a1495
commit
8a7c3c9802
|
|
@ -48,10 +48,10 @@ if (STATIC_BUILD)
|
|||
else()
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a" ".so")
|
||||
set(link_param "-static")
|
||||
if (BUILD_PYTHON)
|
||||
find_package(ZLIB)
|
||||
find_package(EXPAT)
|
||||
find_package(Threads)
|
||||
if (BUILD_PYTHON)
|
||||
find_package(ZLIB)
|
||||
find_package(EXPAT)
|
||||
find_package(Threads)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue