aboutsummaryrefslogtreecommitdiff
path: root/ports/parallelstl/fix-install-header.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-01-06 11:19:13 -0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2020-01-06 11:19:13 -0800
commit020923a98dac40b55098170ae3dcb65a4eab58b5 (patch)
treefa3aa7f6fdfc1595dd8a4b25faefa1967d70e59a /ports/parallelstl/fix-install-header.patch
parent773e835687475c1b01f200e3d65857c457f2c158 (diff)
downloadvcpkg-020923a98dac40b55098170ae3dcb65a4eab58b5.tar.gz
vcpkg-020923a98dac40b55098170ae3dcb65a4eab58b5.zip
[parallelstl] Update to latest version and fix find_package unable to find ParallelSTLConfig.cmake (#9443)
* [parallelstl] Fix find_package unable to find ParallelSTLConfig.cmake * Add stdlib headers
Diffstat (limited to 'ports/parallelstl/fix-install-header.patch')
-rw-r--r--ports/parallelstl/fix-install-header.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/parallelstl/fix-install-header.patch b/ports/parallelstl/fix-install-header.patch
deleted file mode 100644
index cf2e11618..000000000
--- a/ports/parallelstl/fix-install-header.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c20a5c3..1ba8583 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -74,3 +74,6 @@ configure_file(
-
- export(TARGETS ParallelSTL NAMESPACE pstl:: FILE ParallelSTLTargets.cmake)
- export(PACKAGE ParallelSTL)
-+
-+#Install headers
-+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include DESTINATION include)
-\ No newline at end of file