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
1212============================================================
1313" )
1414
15+ message ( STATUS "Running with CMake from: ${CMAKE_COMMAND} " )
16+ message ( STATUS "Current source dir (for OpenCoarrays): ${CMAKE_CURRENT_SOURCE_DIR} " )
17+
1518# Add option and check environment to determine if developer tests should be run
1619if ($ENV{OPENCOARRAYS_DEVELOPER} )
1720 option (CAF_RUN_DEVELOPER_TESTS "Run tests intended only for developers" ON )
@@ -82,6 +85,7 @@ string(REGEX REPLACE "-rc[0-9]+$"
8285project (opencoarrays VERSION "${OPENCOARRAYS_CMAKE_PROJECT_VERSION} " LANGUAGES C Fortran)
8386message ( STATUS "Building OpenCoarrays version: ${full_git_describe} " )
8487set (OpenCoarrays_dist_string "OpenCoarrays-${full_git_describe} " )
88+ message ( STATUS "Building for target architecture: ${CMAKE_SYSTEM_PROCESSOR} " )
8589
8690#Print an error message on an attempt to build inside the source directory tree:
8791if ("${CMAKE_CURRENT_SOURCE_DIR} " STREQUAL "${CMAKE_CURRENT_BINARY_DIR} " )
You can’t perform that action at this time.
0 commit comments