-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
The VERSION_CURRENT file used by the CXX Driver may be one of three options per this block of code (as of 2023-09-12):
- None (BUILD_VERSION is set).
- ${CMAKE_BINARY_DIR}/VERSION_CURRENT
- ${PROJECT_SOURCE_DIR}/build/VERSION_CURRENT{}
However, the list of distribution files that are specified as dependencies of the dist target is hard-coded to unconditionally include build/VERSION_CURRENT in the list of files (corresponding to option 2 above).