diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-05 18:33:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 18:33:07 -0800 |
| commit | 6f2fba24dc5ceb339464e205eb8e7b2afcc31efa (patch) | |
| tree | 60fe329d5b6a1e8b281e069bef29ac476da13822 /scripts/boost/post-source-stubs | |
| parent | 22b0986cc13bfb2acaa2ea387335b5dc6d128937 (diff) | |
| parent | 6cfbf161f10aa1527da4e7554639887e9ca92f0b (diff) | |
| download | vcpkg-6f2fba24dc5ceb339464e205eb8e7b2afcc31efa.tar.gz vcpkg-6f2fba24dc5ceb339464e205eb8e7b2afcc31efa.zip | |
Merge pull request #9733 from yurybura/master
[boost-iostreams] Remove custom build cmake
Diffstat (limited to 'scripts/boost/post-source-stubs')
| -rw-r--r-- | scripts/boost/post-source-stubs/iostreams.cmake | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/boost/post-source-stubs/iostreams.cmake b/scripts/boost/post-source-stubs/iostreams.cmake deleted file mode 100644 index df1479fb8..000000000 --- a/scripts/boost/post-source-stubs/iostreams.cmake +++ /dev/null @@ -1,18 +0,0 @@ -vcpkg_download_distfile(LICENSE
- URLS "https://raw.githubusercontent.com/boostorg/boost/boost-1.72.0/LICENSE_1_0.txt"
- FILENAME "boost_LICENSE_1_0.txt"
- SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
-)
-
-file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
-
-vcpkg_configure_cmake(
- SOURCE_PATH ${SOURCE_PATH}
- PREFER_NINJA
-)
-
-vcpkg_install_cmake()
-vcpkg_copy_pdbs()
-
-file(COPY ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR})
-file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost-iostreams RENAME copyright)
|
