jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.49k stars 332 forks source link

resolve issue 318 #319

Closed ANaumann85 closed 3 years ago

ANaumann85 commented 3 years ago

The idea to resolve the feature request #318 simply adds a new cache variable and leafs the variable PROJECT_NAME untouched. Hence a user might change the projects name as before.

Please note, that cmake creates the variable PROJECT_NAME automatically and sets it to the last project() command.

jmcnamara commented 3 years ago

Merged. Thanks.