[xiphos-devel] 4.2.0 tagged and pushed
Karl Kleinpaste
karl at kleinpaste.org
Sat May 2 11:06:47 MST 2020
On 5/2/20 2:02 PM, Karl Kleinpaste wrote:
> Does it need to be packaged from a different source now?
Looks like the problem is caused by CMakeLists.txt's fixed references to
a local build tree:
# install biblesync.dll
if (EXISTS ../biblesync/libbiblesync.dll)
install(FILES
../biblesync/libbiblesync.dll
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT binaries
)
elseif (EXISTS ${CMAKE_FIND_ROOT_PATH}/lib/libbiblesync.dll)
install(FILES
${SYS_ROOT_LIB}/libbiblesync.dll
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT binaries
)
endif (EXISTS ../biblesync/libbiblesync.dll)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.crosswire.org/pipermail/xiphos-devel/attachments/20200502/e7196332/attachment.html>
More information about the xiphos-devel
mailing list