File tree Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ string(REGEX REPLACE "-rc[0-9]+$"
88
88
89
89
file (READ "${CMAKE_CURRENT_LIST_DIR} /cmake/Banner.txt.in" OC_BANNER )
90
90
string (CONFIGURE "${OC_BANNER} " OC_BANNER @ONLY )
91
-
91
+ string ( STRIP " ${OC_BANNER} " OC_BANNER )
92
92
message (STATUS "${OC_BANNER} " )
93
93
94
- if (( NOT ( OpenCoarraysVersion MATCHES "[0-9]+ \\ .[0-9]+ \\ .[0-9]+(-rc[0-9]+)?" )) AND ( EXISTS "${CMAKE_SOURCE_DIR } /.git" ) )
94
+ if (EXISTS "${CMAKE_CURRENT_LIST_DIR } /.git" )
95
95
message ( STATUS "Build from git repository detected" )
96
96
endif ()
97
97
Original file line number Diff line number Diff line change
1
+ ------------------------------------------------------------------------------- --
1
2
3
+ _/_/
4
+ _/ _/ _/_/_/ _/_/ _/_/_/
5
+ _/ _/ _/ _/ _/_/_/_/ _/ _/
6
+ _/ _/ _/ _/ _/ _/ _/
7
+ _/_/ _/_/_/ _/_/_/ _/ _/
8
+ _/
9
+ _/
2
10
3
- _/_/ _/_/_/
4
- _/ _/ _/_/_/ _/_/ _/_/_/ _/ _/_/ _/_/_/ _/ _/_/ _/ _/_/ _/_/_/ _/ _/ _/_/_/
5
- _/ _/ _/ _/ _/_/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/ _/_/ _/ _/ _/ _/ _/_/
6
- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
7
- _/_/ _/_/_/ _/_/_/ _/ _/ _/_/_/ _/_/ _/_/_/ _/ _/ _/_/_/ _/_/_/ _/_/_/
8
- _/ _/
9
- _/ _/_/
10
-
11
-
12
- Build Type: @CMAKE_BUILD_TYPE@
13
- Version: @full_git_describe@
11
+ _/_/_/
12
+ _/ _/_/ _/_/_/ _/ _/_/ _/ _/_/ _/_/_/ _/ _/ _/_/_/
13
+ _/ _/ _/ _/ _/ _/_/ _/_/ _/ _/ _/ _/ _/_/
14
+ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
15
+ _/_/_/ _/_/ _/_/_/ _/ _/ _/_/_/ _/_/_/ _/_/_/
16
+ _/
17
+ _/_/
18
+ OpenCoarrays
19
+ """"""""""""
20
+ Build Type: @CMAKE_BUILD_TYPE@
21
+ Version: @full_git_describe@
14
22
23
+ -- ------------------------------------------------------------------------------ --
You can’t perform that action at this time.
0 commit comments