<div dir="ltr">I have a problem creating packages with cpack when using install commands with absolute detination value:<br><br>install(TARGETS MyExecutable RUNTIME DESTINATION c:/work/cmake/cpack_build/install/bin) <br><br>
In this case cpack cannot find my target and doesn&#39;t include it in package. If I change detination to relative value like this:<br><br>install(TARGETS MyExecutable RUNTIME DESTINATION bin) <br><br>then MyExecutable is included to package. Please, help, how can I use absolute install paths with cpack? I&#39;ve searched for apropriate CPACK_* configuration option, but found nothing<br>
<br>Thank you.<br>-- Vladimir<br>
</div>