[CMake] Unnecessary rebuild of ExternalProject_Add target

Jack Smith smith.jack.sidman at gmail.com
Sun Feb 9 10:10:10 EST 2014


On Sun, Feb 9, 2014 at 1:39 PM, David Cole <dlrdave at aol.com> wrote:

> What does your call to ExternalProject_Add look like now?
>
>


ExternalProject_Add(
   grub
   GIT_REPOSITORY  git://git.savannah.gnu.org/grub.git
   GIT_TAG grub-2.02-beta2
   UPDATE_COMMAND ""
   CONFIGURE_COMMAND  ./autogen.sh && ./configure
   BUILD_COMMAND make -j 2
   BUILD_IN_SOURCE 1                                     # What's up with
that !
   INSTALL_COMMAND ""
)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140209/3b63e958/attachment.html>


More information about the CMake mailing list