Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 9e35f25

Browse files
committed
Headers were not installed
1 parent e6eafe4 commit 9e35f25

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
@@ -95,7 +95,7 @@ target_link_libraries(jpegtran jpeg)
9595

9696
install_executable(cjpeg djpeg jpegtran rdjpgcom wrjpgcom)
9797
install_library(jpeg)
98-
install_header(${JPEG_HEADERS})
98+
install_header(${HEADERS})
9999
install_doc(
100100
README install.txt usage.txt wizard.txt example.c libjpeg.txt
101101
structure.txt coderules.txt filelist.txt change.log

0 commit comments

Comments
 (0)