mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
CMakeLists: when gzip is available spiOverJtag .bit and .rbf are compressed before installing
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
FIND_PROGRAM(GZIP_PRG
|
||||
NAMES gzip
|
||||
PATHS /bin
|
||||
/usr/bin
|
||||
/usr/local/bin
|
||||
${CYGWIN_INSTALL_PATH}/bin
|
||||
${MSYS_INSTALL_PATH}/usr/bin
|
||||
)
|
||||
|
||||
IF(NOT GZIP_PRG)
|
||||
message("Unable to find 'gzip' program")
|
||||
ENDIF(NOT GZIP_PRG)
|
||||
|
||||
Reference in New Issue
Block a user