diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-01-05 12:44:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 12:44:06 -0800 |
| commit | e2cefd749d552b67a468018e5f6dd6e1fbb31863 (patch) | |
| tree | da1292340fb1f091c0431754940a5b20c1d5fc51 /ports/wil/fix-install-headers.patch | |
| parent | 1aba77ae3b0f766eeea91888f4c4fa082e16d9ea (diff) | |
| download | vcpkg-e2cefd749d552b67a468018e5f6dd6e1fbb31863.tar.gz vcpkg-e2cefd749d552b67a468018e5f6dd6e1fbb31863.zip | |
[wil] Use internal CMakeLists (#15438)
* [wil] Use internal CMakeLists
* [wil] Fix install headers on Linux
Diffstat (limited to 'ports/wil/fix-install-headers.patch')
| -rw-r--r-- | ports/wil/fix-install-headers.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/wil/fix-install-headers.patch b/ports/wil/fix-install-headers.patch new file mode 100644 index 000000000..ae0e3aef3 --- /dev/null +++ b/ports/wil/fix-install-headers.patch @@ -0,0 +1,12 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 97a6737..4ae28fb 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -48,4 +48,4 @@ install(EXPORT ${PROJECT_NAME}_targets + ) + + # Install the headers at a standard cmake location. +-install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/${PROJECT_NAME}" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") +\ No newline at end of file ++install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/wil" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") +\ No newline at end of file |
