Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Dec 5, 2023
1 parent ff7b413 commit df3263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ if(CIFPP_DOWNLOAD_CCD)
endif()

add_custom_command(OUTPUT ${COMPONENTS_CIF}
COMMAND ${GUNZIP} ${COMPONENTS_CIF}.gz
COMMAND "${GUNZIP}" ${COMPONENTS_CIF}.gz
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/rsrc/)

add_custom_target(COMPONENTS ALL DEPENDS ${COMPONENTS_CIF})
Expand Down

0 comments on commit df3263e

Please sign in to comment.