Skip to content

Commit

Permalink
Cleanup leftover build artifacts before compile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehne committed Nov 8, 2016
1 parent 2e7b260 commit 2928038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ports/openssl/portfile-uwp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ vcpkg_download_distfile(ARCHIVE

vcpkg_extract_source_archive(${ARCHIVE})

# file(REMOVE_RECURSE ${SOURCE_PATH}/tmp32dll)
# file(REMOVE_RECURSE ${SOURCE_PATH}/out32dll)
# file(REMOVE_RECURSE ${SOURCE_PATH}/inc32dll)
file(REMOVE_RECURSE ${SOURCE_PATH}/tmp32dll)
file(REMOVE_RECURSE ${SOURCE_PATH}/out32dll)
file(REMOVE_RECURSE ${SOURCE_PATH}/inc32dll)

file(COPY
${CMAKE_CURRENT_LIST_DIR}/setVSvars.bat
Expand Down

0 comments on commit 2928038

Please sign in to comment.