File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ message( STATUS
12
12
============================================================
13
13
" )
14
14
15
+ message ( STATUS "Running with CMake from: ${CMAKE_COMMAND} " )
16
+ message ( STATUS "Current source dir (for OpenCoarrays): ${CMAKE_CURRENT_SOURCE_DIR} " )
17
+
15
18
# Add option and check environment to determine if developer tests should be run
16
19
if ($ENV{OPENCOARRAYS_DEVELOPER} )
17
20
option (CAF_RUN_DEVELOPER_TESTS "Run tests intended only for developers" ON )
@@ -82,6 +85,7 @@ string(REGEX REPLACE "-rc[0-9]+$"
82
85
project (opencoarrays VERSION "${OPENCOARRAYS_CMAKE_PROJECT_VERSION} " LANGUAGES C Fortran )
83
86
message ( STATUS "Building OpenCoarrays version: ${full_git_describe} " )
84
87
set (OpenCoarrays_dist_string "OpenCoarrays-${full_git_describe} " )
88
+ message ( STATUS "Building for target architecture: ${CMAKE_SYSTEM_PROCESSOR} " )
85
89
86
90
#Print an error message on an attempt to build inside the source directory tree:
87
91
if ("${CMAKE_CURRENT_SOURCE_DIR} " STREQUAL "${CMAKE_CURRENT_BINARY_DIR} " )
You can’t perform that action at this time.
0 commit comments