diff options
| author | Rex Dieter <rdieter@gmail.com> | 2012-02-28 17:52:33 +0000 |
|---|---|---|
| committer | Rex Dieter <rdieter@gmail.com> | 2012-02-28 17:52:33 +0000 |
| commit | 545680cdb4d24fc5dfdfc65736696c2359c70545 (patch) | |
| tree | 16bc841d7291b337b926c95f55447767babf8628 /libopenjpeg | |
| parent | 23cab09e07fdd059b73e3d5b3896e701410b0139 (diff) | |
allow finer-grain control of header location via OPENJPEG_INSTALL_INCLUDE_DIR
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/CMakeLists.txt b/libopenjpeg/CMakeLists.txt index feb2c8af..31498830 100644 --- a/libopenjpeg/CMakeLists.txt +++ b/libopenjpeg/CMakeLists.txt @@ -55,7 +55,7 @@ INSTALL(TARGETS ${OPENJPEG_LIBRARY_NAME} # Install includes files INSTALL(FILES openjpeg.h - DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR}/${OPENJPEG_INSTALL_SUBDIR} COMPONENT Headers + DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR} COMPONENT Headers ) # install man page of the library |
