aboutsummaryrefslogtreecommitdiff
path: root/ports/parallelstl/fix-install-header.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2019-09-10 13:29:52 -0700
committerPhil Christensen <philc@microsoft.com>2019-09-10 13:29:52 -0700
commitcbf9553c6ee9f220d696433d6c41de6ff6fcbda0 (patch)
tree29c2369e8707f659c6058f643701c92aba25adc1 /ports/parallelstl/fix-install-header.patch
parent3f6ab4834e8469bbe1f6569b7941c720f178b688 (diff)
downloadvcpkg-cbf9553c6ee9f220d696433d6c41de6ff6fcbda0.tar.gz
vcpkg-cbf9553c6ee9f220d696433d6c41de6ff6fcbda0.zip
[parallelstl] Add new port (#8039)
Diffstat (limited to 'ports/parallelstl/fix-install-header.patch')
-rw-r--r--ports/parallelstl/fix-install-header.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/parallelstl/fix-install-header.patch b/ports/parallelstl/fix-install-header.patch
new file mode 100644
index 000000000..cf2e11618
--- /dev/null
+++ b/ports/parallelstl/fix-install-header.patch
@@ -0,0 +1,12 @@
+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