aboutsummaryrefslogtreecommitdiff
path: root/ports/wil/fix-install-headers.patch
blob: ae0e3aef39a13beb4880056e5a4fd5527a288e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
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