We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c2f47 commit 45f309cCopy full SHA for 45f309c
CMakeLists.txt
@@ -15,6 +15,9 @@ if (POLICY CMP0077)
15
cmake_policy(SET CMP0077 NEW)
16
endif()
17
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}")
21
22
if(NOT ${LLVM_DIST_PATH} STREQUAL "")
23
# manually specify path to LLVM installation, used for builds from source
0 commit comments