Skip to content

Commit

Permalink
cmake: print version
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 28, 2024
1 parent f5dbade commit 08d4133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ add_custom_target(
include("getVersion")
include("split_version")
split_version(${PARPE_VERSION} libname major minor patch)
message(STATUS "parPE version: ${major}.${minor}.${patch}")
# </versioning>

# <Build options>
Expand Down

0 comments on commit 08d4133

Please sign in to comment.