Skip to content

Commit 3cbf16b

Browse files
committed
fix install path
1 parent db95a5f commit 3cbf16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf2htmlEX/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ install (TARGETS libpdf2htmlEX
239239
)
240240
install (
241241
DIRECTORY pdf2htmlEX/src/
242-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
242+
DESTINATION include
243243
FILES_MATCHING PATTERN "*.h"
244244
)
245245

0 commit comments

Comments
 (0)