On Sun, Feb 9, 2014 at 1:39 PM, David Cole <[email protected]> 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 ""
)
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to