<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 5/2/20 2:02 PM, Karl Kleinpaste
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:fd88820b-27e1-5620-07be-ddb663db9cfa@kleinpaste.org"> <font
face="FreeSerif">Does it need to be packaged from a different
source now?</font></blockquote>
<font face="FreeSerif"><br>
Looks like the problem is caused by CMakeLists.txt's fixed
references to a local build tree:<br>
<br>
</font><tt> # install biblesync.dll</tt><tt><br>
</tt><tt> if (EXISTS ../biblesync/libbiblesync.dll)</tt><tt><br>
</tt><tt> install(FILES</tt><tt><br>
</tt><tt> ../biblesync/libbiblesync.dll</tt><tt><br>
</tt><tt> DESTINATION ${CMAKE_INSTALL_BINDIR}</tt><tt><br>
</tt><tt> COMPONENT binaries</tt><tt><br>
</tt><tt> )</tt><tt><br>
</tt><tt> elseif (EXISTS
${CMAKE_FIND_ROOT_PATH}/lib/libbiblesync.dll)</tt><tt><br>
</tt><tt> install(FILES</tt><tt><br>
</tt><tt> ${SYS_ROOT_LIB}/libbiblesync.dll</tt><tt><br>
</tt><tt> DESTINATION ${CMAKE_INSTALL_BINDIR}</tt><tt><br>
</tt><tt> COMPONENT binaries</tt><tt><br>
</tt><tt> )</tt><tt><br>
</tt><tt> endif (EXISTS ../biblesync/libbiblesync.dll)</tt><tt><br>
</tt><br>
</body>
</html>