diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-11-08 16:37:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-08 16:37:12 -0800 |
| commit | bed9b07a8374c110bc5415f9a1d79350f7cfb00a (patch) | |
| tree | b44a1f904c76ff8aa76985290892dd69c14ec8b2 | |
| parent | 048b4533d04974ac516e956100246ce68ad9cb8e (diff) | |
| parent | 292803804303fc22a653522f3db42875602dbdd9 (diff) | |
| download | vcpkg-bed9b07a8374c110bc5415f9a1d79350f7cfb00a.tar.gz vcpkg-bed9b07a8374c110bc5415f9a1d79350f7cfb00a.zip | |
Merge pull request #263 from pdehne/master
Cleanup leftover build artifacts before compile
| -rw-r--r-- | ports/openssl/portfile-uwp.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/openssl/portfile-uwp.cmake b/ports/openssl/portfile-uwp.cmake index 4e745ebba..34861c122 100644 --- a/ports/openssl/portfile-uwp.cmake +++ b/ports/openssl/portfile-uwp.cmake @@ -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 |
