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 b30d0d3 commit e1be28bCopy full SHA for e1be28b
CMakeLists.txt
@@ -59,11 +59,10 @@ endif()
59
60
if(NOT full_git_describe)
61
set(full_git_describe ${OpenCoarraysVersion})
62
- message( STATUS "Full `git describe`: ${full_git_describe}")
63
endif()
64
65
project(opencoarrays VERSION "${OpenCoarraysVersion}" LANGUAGES C Fortran)
66
-message( STATUS "Building OpenCoarrays version: ${OpenCoarraysVersion}" )
+message( STATUS "Building OpenCoarrays version: ${full_git_describe}" )
67
68
#Print an error message on an attempt to build inside the source directory tree:
69
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
0 commit comments