What is pkg_version.sh? which I am finding in the build directory. This is a ShipDriver file.
You have changed something and are building the wrong template here, or part of it.
The version numbers etc are supposed to be controlled by CMakeLists.txt when using Testplugin Template.
If we can find what is creating this script in the build directory, we can probably fix it.
#
# File is 'sourced' in script files to ensure the correct environment variables are created
#
VERSION=1.1.4.0.
VERSION_DATE="2023-06-17 08:43:00 -0500"
PKG_TARGET=msvc
PKG_TARGET_VERSION=10.0.22621
# Opencpn api version, part of win32 installer name (major * 100 + minor).
OCPN_API_VERSION=1.17
What is pkg_version.sh? which I am finding in the build directory. This is a ShipDriver file. You have changed something and are building the wrong template here, or part of it. The version numbers etc are supposed to be controlled by CMakeLists.txt when using Testplugin Template. If we can find what is creating this script in the build directory, we can probably fix it.