diff options
| author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-10-22 18:41:49 +0000 |
|---|---|---|
| committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-10-22 18:41:49 +0000 |
| commit | bb9232c9d9d5e8ea3a2de36f20adac72c15127af (patch) | |
| tree | b71d12b7890ef19681c9d75b4a89a586d9373e06 /libopenjpeg | |
| parent | 87cb9efb99cdcfb11b512fe72f092b956b3a5fd6 (diff) | |
Don't clobber openjpeg.h from jp3d
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 bc744d09..20fb780c 100644 --- a/libopenjpeg/CMakeLists.txt +++ b/libopenjpeg/CMakeLists.txt @@ -48,5 +48,5 @@ INSTALL(TARGETS ${OPENJPEG_LIBRARY_NAME} # Install includes files INSTALL(FILES openjpeg.h - DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR} COMPONENT Headers + DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR}/${subdir} COMPONENT Headers ) |
