Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MJ2 libraries are installed in lib #204

Closed
gcode-importer opened this issue Dec 17, 2012 · 2 comments
Closed

MJ2 libraries are installed in lib #204

gcode-importer opened this issue Dec 17, 2012 · 2 comments
Assignees
Labels
bug Priority-Low removed_components Issues that affect MJ2, JPWL or JP3D wontfix

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 204

On windows, both DLL and import lib are installed in "lib" folder.

I think

install(TARGETS ${OPENMJ2_LIBRARY_NAME}
  EXPORT OpenMJ2Targets
  DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} 
  COMPONENT Libraries
)

should read :

install(TARGETS ${OPENMJ2_LIBRARY_NAME}
  EXPORT OpenJPEGTargets
  RUNTIME DESTINATION ${OPENJPEG_INSTALL_BIN_DIR} COMPONENT Applications
  LIBRARY DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries
  ARCHIVE DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries
)

Reported by julienmalik on 2012-12-17 13:51:01

@gcode-importer
Copy link
Author

The package provided for the release 2.0 has the bug.

Reported by julienmalik on 2012-12-17 13:52:26

@gcode-importer
Copy link
Author

Reported by malaterre on 2014-02-27 17:09:43

  • Labels added: Priority-Low
  • Labels removed: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Priority-Low removed_components Issues that affect MJ2, JPWL or JP3D wontfix
Projects
None yet
Development

No branches or pull requests

3 participants