diff options
| author | Patrick Dehne <patrick@mysonicweb.de> | 2016-11-08 14:40:16 +0100 |
|---|---|---|
| committer | Patrick Dehne <patrick@mysonicweb.de> | 2016-11-08 14:40:16 +0100 |
| commit | 292803804303fc22a653522f3db42875602dbdd9 (patch) | |
| tree | 7d2c394bc5015bd2c18bfb05d746598149eef932 | |
| parent | 2e7b260b32454d32fb10cc9d838409f82c7744b8 (diff) | |
| download | vcpkg-292803804303fc22a653522f3db42875602dbdd9.tar.gz vcpkg-292803804303fc22a653522f3db42875602dbdd9.zip | |
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 |
