Includes: - Producing version.cache file if --enable-build-version/NS3_ENABLE_BUILD_VERSION=ON - Consume version.cache file if the git commit history is not available - Crash the configuration if neither the git commit history or version.cache file are available when NS3_ENABLE_BUILD_VERSION=ON - Warn user to reconfigure the project with NS3_ENABLE_BUILD_VERSION=ON to check the version - Only try to remove duplicates if there is a list in find_external_library
10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
CLOSEST_TAG = '"@NS3_VERSION_CLOSEST_TAG@"'
|
|
VERSION_COMMIT_HASH = '"@NS3_VERSION_COMMIT_HASH@"'
|
|
VERSION_DIRTY_FLAG = '@NS3_VERSION_DIRTY_FLAG@'
|
|
VERSION_MAJOR = '@NS3_VERSION_MAJOR@'
|
|
VERSION_MINOR = '@NS3_VERSION_MINOR@'
|
|
VERSION_PATCH = '@NS3_VERSION_PATCH@'
|
|
VERSION_RELEASE_CANDIDATE = '@NS3_VERSION_RELEASE_CANDIDATE@'
|
|
VERSION_TAG = '"@NS3_VERSION_TAG@"'
|
|
VERSION_TAG_DISTANCE = '@NS3_VERSION_TAG_DISTANCE@'
|
|
VERSION_BUILD_PROFILE = '@NS3_VERSION_BUILD_PROFILE@' |