Closed smanders closed 4 years ago
variables used by xpGenerateResources()
and the cmake-generated Version.hpp that should have defaults defined by externpro cmake
PACKAGE_NAME
CMAKE_PROJECT_NAME
PACKAGE_VERSION[_MAJOR|_MINOR|_PATCH|_TWEAK]
CMAKE_PROJECT_VERSION
FILE_VERSION[_MAJOR|_MINOR|_PATCH|_TWEAK]
PROJECT_VERSION
FILE_DESC
completed with commit to dev branch referenced above
there are several projects that
and this should really just be the default...
using
CMAKE_PROJECT_VERSION
forPACKAGE_VERSION
andPROJECT_VERSION
forFILE_VERSION
is really kind of an enhancement on "utilize PROJECT_VERSION" issue https://github.com/smanders/externpro/issues/232