Skip to content

Commit

Permalink
doc(cmake): print DiscoPoP Version to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jan 12, 2024
1 parent 21c2f47 commit 45f309c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()

# Print DiscoPoP version to be installed
file(READ ${CMAKE_CURRENT_LIST_DIR}/discopop_library/global_data/version/VERSION DiscoPoP_VERSION)
message(STATUS "DiscoPoP version: ${DiscoPoP_VERSION}")

if(NOT ${LLVM_DIST_PATH} STREQUAL "")
# manually specify path to LLVM installation, used for builds from source
Expand Down

0 comments on commit 45f309c

Please sign in to comment.