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 /jp3d | |
| parent | 87cb9efb99cdcfb11b512fe72f092b956b3a5fd6 (diff) | |
Don't clobber openjpeg.h from jp3d
Diffstat (limited to 'jp3d')
| -rw-r--r-- | jp3d/libjp3dvm/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jp3d/libjp3dvm/CMakeLists.txt b/jp3d/libjp3dvm/CMakeLists.txt index 3f1e34b6..7f0496c7 100644 --- a/jp3d/libjp3dvm/CMakeLists.txt +++ b/jp3d/libjp3dvm/CMakeLists.txt @@ -22,4 +22,6 @@ ADD_LIBRARY(${OPJ_PREFIX}openjp3dvm ${JP3DVM_SRCS}) INSTALL_TARGETS(/lib/ ${OPJ_PREFIX}openjp3dvm) # Install includes files -INSTALL_FILES(/include/${subdir} openjpeg.h) +INSTALL(FILES openjpeg.h + DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR}/openjpeg3d-${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR} + RENAME openjpeg3d.h) |
