Skip to content

Commit f9d1042

Browse files
committed
RC fix.
1 parent f2337bb commit f9d1042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ else()
208208
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/README" _)
209209
string(REGEX MATCH ".*Copyright \\(C\\) ([^ ]+) (([^. \t\n]+ ?)*[^. \t\n]+).*" _ ${_})
210210
set(RC_COPYRIGHT_YEAR ${CMAKE_MATCH_1})
211-
set(RC_AUTHOR ${CMAKE_MATCH_3})
211+
set(RC_AUTHOR ${CMAKE_MATCH_2})
212212
unset(_)
213213

214214
configure_file(

0 commit comments

Comments
 (0)