1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 03:30:33 +00:00

Fix case in file name

This commit is contained in:
Carles Fernandez 2021-06-21 10:04:54 +02:00
parent 7a9592c265
commit d00d0615e3
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -125,7 +125,7 @@ if(NOT GZIP_NOTFOUND)
DESTINATION share/man/man1
)
execute_process(COMMAND gzip -9 -c ${CMAKE_SOURCE_DIR}/docs/changelog.md
execute_process(COMMAND gzip -9 -c ${CMAKE_SOURCE_DIR}/docs/CHANGELOG.md
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
OUTPUT_FILE "${CMAKE_BINARY_DIR}/changelog.gz"
)