On Sun, Feb 9, 2014 at 4:10 PM, Jack Smith <[email protected]>wrote:

>
>
> 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 ""
> )
>

My mistake.  Reverting to non-parameterized version of the
ExternalProject_Add has highlighted the fact that my use of

set(PROGRAM_UPDATE_COMMAND "")
UPDATE_COMMAND=${PROGRAM_UPDATE_COMMAND}

results in no update command, rather than an empty update command.  These
are of course different.
-- 

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