<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">cause cpack does not "rebuild" the software again, it uses the compiled software and just starts the "install" into its _CPack_Packages subdirectories<br></blockquote><div><br></div><div>Just running `cpack` does not.  However, CMake does generate a "package" make target that is tied into your dependencies, so if instead of running `make -jN; cpack` you could also run 'make -jN package' which will run the build, since it's a dependency of the package target.<br><br>- Chuck<br></div></div></div></div>