I moved the version variable out into an external CMake file and I'm including it properly in the sub projects. That way, building both parent as well as child projects will have the correct version number provided. Just remember to update the version number in the new cmake file instead of the old CMakeLists.txt
I moved the version variable out into an external CMake file and I'm including it properly in the sub projects. That way, building both parent as well as child projects will have the correct version number provided. Just remember to update the version number in the new cmake file instead of the old CMakeLists.txt
Fixes #4309