Skip to content

Commit 45f309c

Browse files
doc(cmake): print DiscoPoP Version to be installed
1 parent 21c2f47 commit 45f309c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ if (POLICY CMP0077)
1515
cmake_policy(SET CMP0077 NEW)
1616
endif()
1717

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

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

0 commit comments

Comments
 (0)