Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 2, 2017
1 parent e6ef6a1 commit 5cd7d21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1553,9 +1553,6 @@ MACRO(RETRIEVE_PACKAGE_FILE_FROM LOCATION PACKAGE_NAME PACKAGE_VERSION DIRNAME
MESSAGE(FATAL_ERROR "'${COMPRESSED_FILENAME}' does not have the expected SHA-1 value...")
ENDIF()

MESSAGE("EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E tar -xzf ${REAL_COMPRESSED_FILENAME}
WORKING_DIRECTORY ${REAL_DIRNAME}
OUTPUT_QUIET)")
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E tar -xzf ${REAL_COMPRESSED_FILENAME}
WORKING_DIRECTORY ${REAL_DIRNAME}
OUTPUT_QUIET)
Expand Down

0 comments on commit 5cd7d21

Please sign in to comment.