uclouvain/openjpeg

#1424 Broke the generated cmake config files

autoantwort opened this issue · 0 comments

#1424 replaced the OPENJPEG_INSTALL_INCLUDE_DIR variable, but not replaces all usages. The non existing variable is still used in the code like here:

target_include_directories(${OPENJPEG_LIBRARY_NAME} PUBLIC $<INSTALL_INTERFACE:${OPENJPEG_INSTALL_INCLUDE_DIR}>)