Skip to content

Commit e84496d

Browse files
authored
fix: do not put header files in a subfolders
1 parent 76e9211 commit e84496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if(INSTALL_UVWASI AND NOT CODE_COVERAGE)
167167
)
168168
install(
169169
DIRECTORY ${PROJECT_SOURCE_DIR}/include/
170-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/uvwasi
170+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
171171
FILES_MATCHING PATTERN "*.h"
172172
)
173173
install(

0 commit comments

Comments
 (0)