I have a question, which is probably related to my lack of experience with git:

https://gitlab.kitware.com/paraview/common-superbuild/blob/master/versions.cmake

contains the line
set(qt5_ver "${qt5_ver_series}.1")

However, when I follow https://gitlab.kitware.com/paraview/paraview-superbuild/ and do

git clone --recursive https://gitlab.kitware.com/paraview/paraview-superbuild.git
cd paraview-superbuild
git fetch origin
git checkout master
git submodule update

I get with
grep qt5_ver_series superbuild/versions.cmake
the old content
set(qt5_ver "${qt5_ver_series}.0")

However, when I do
cd superbuild
git checkout master

it works:
set(qt5_ver "${qt5_ver_series}.1")

Do I miss something?
Does the checkout always be repeated in superbuild? Then I request to change
https://gitlab.kitware.com/paraview/paraview-superbuild/

What is the relationship of paraview-superbuild and common-superbuild?

Thanks,

Fabian
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to