File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -185,13 +185,13 @@ set(CPACK_PACKAGE_CHECKSUM "SHA512")
185
185
file (WRITE "${CMAKE_BINARY_DIR} /contributors.h" "" ) # create a empty file
186
186
file (STRINGS AUTHORS AUTHORSLINES ENCODING UTF-8 )
187
187
foreach (l ${AUTHORSLINES} )
188
- if ("${l} " STREQUAL "Developers:" )
188
+ if ("${l} " STREQUAL "Developers:" )
189
189
set (AUTHORTYPE "AddDeveloper" )
190
- elseif ("${l} " STREQUAL "Translators:" )
190
+ elseif ("${l} " STREQUAL "Translators:" )
191
191
set (AUTHORTYPE "AddTranslator" )
192
- elseif ("${l} " STREQUAL "Artwork:" )
192
+ elseif ("${l} " STREQUAL "Artwork:" )
193
193
set (AUTHORTYPE "AddArtist" )
194
- elseif ("${l} " STREQUAL "The Manual:" )
194
+ elseif ("${l} " STREQUAL "The Manual:" )
195
195
set (AUTHORTYPE "AddDocWriter" )
196
196
else ()
197
197
string (REPLACE " - " "" l2 "${l} " )
Original file line number Diff line number Diff line change @@ -331,8 +331,8 @@ set(CPACK_DEBIAN_PACKAGE_SECTION "math")
331
331
332
332
set (CPACK_RPM_PACKAGE_LICENSE "GPLv2+" )
333
333
set (CPACK_RPM_PACKAGE_GROUP "Productivity/Scientific/Math" )
334
- SET (CPACK_RPM_PACKAGE_URL "https://wxmaxima-developers.github.io/wxmaxima/" )
335
- SET (CPACK_RPM_PACKAGE_SUMMARY "wxMaxima is a document based interface for the computer algebra system Maxima" )
334
+ set (CPACK_RPM_PACKAGE_URL "https://wxmaxima-developers.github.io/wxmaxima/" )
335
+ set (CPACK_RPM_PACKAGE_SUMMARY "wxMaxima is a document based interface for the computer algebra system Maxima" )
336
336
if (WIN32 )
337
337
set (CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR} /data\\\\ wxmaxima.bmp" )
338
338
else ()
You can’t perform that action at this time.
0 commit comments