Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864552
D7359.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
440 B
Subscribers
None
D7359.id.diff
View Options
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,6 +12,11 @@
HOMEPAGE_URL "https://www.bitcoinabc.org"
)
+add_custom_target(print-version
+ COMMENT "Print the current ${PROJECT_NAME} version"
+ COMMAND "${CMAKE_COMMAND}" -E echo "${PROJECT_VERSION}"
+)
+
# Package information
set(PACKAGE_NAME "Bitcoin ABC")
set(PACKAGE_BUGREPORT "https://github.com/Bitcoin-ABC/bitcoin-abc/issues")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 20:33 (9 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5863876
Default Alt Text
D7359.id.diff (440 B)
Attached To
D7359: [CMAKE] Add a target to print the current version number
Event Timeline
Log In to Comment