git submodule init That needs to happen to tell update that there is a new module to grab. Once called it doesn't have to be called again unless another submodule is added.
David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Mon, Aug 15, 2011 at 6:21 PM, David Doria <[email protected]> wrote: > I have not updated ParaView in a while. I followed the instructions here: > http://www.vtk.org/Wiki/ParaView/Git/Download > > and did a 'git pull origin master' followed by a 'git submodule > update'. However, when I then configure, I get: > > CMake Error at CMake/ParaViewCommon.cmake:520 (ADD_SUBDIRECTORY): > The source directory > > /home/doriad/src/ParaView/Utilities/protobuf > > does not contain a CMakeLists.txt file. > > I'm assuming this is because when I first cloned ParaView the protobuf > submodule did not exist? Should an extra command be added to that wiki > page so that new submodules are found? > > Thanks, > > David > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
