File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ set (OpenJPEG_REFIND TRUE)
2929set (OpenJPEG_REFIND_ARGS CONFIG)
3030
3131if (OpenJPEG_BUILD_SHARED_LIBS)
32- install_local_dependency_libs (OpenJPEG openjp2)
32+ install_local_dependency_libs (OpenJPEG openjp2)
3333endif ()
Original file line number Diff line number Diff line change @@ -727,6 +727,8 @@ macro (install_local_dependency_libs pkgname libname)
727727 "${${pkgname} _LOCAL_INSTALL_DIR}/lib/${${PROJECT_NAME} _DEPENDENCY_BUILD_TYPE}/*${libname} *"
728728 )
729729 install (FILES ${_lib_files} TYPE LIB COMPONENT user)
730+ message (" lib files = ${_lib_files} " )
731+
730732 # message("${pkgname}_LOCAL_INSTALL_DIR = ${${pkgname}_LOCAL_INSTALL_DIR}")
731733 # message(" lib files = ${_lib_files}")
732734 if (WIN32 )
@@ -735,7 +737,6 @@ macro (install_local_dependency_libs pkgname libname)
735737 "${${pkgname} _LOCAL_INSTALL_DIR}/bin/*${libname} *.dll"
736738 "${${pkgname} _LOCAL_INSTALL_DIR}/bin/${${PROJECT_NAME} _DEPENDENCY_BUILD_TYPE}/*${libname} *.dll"
737739 )
738- # message(" dll files = ${_lib_files}")
739740 install (FILES ${_lib_files} TYPE BIN COMPONENT user)
740741 endif ()
741742 unset (_lib_files)
You can’t perform that action at this time.
0 commit comments