dropbox / lepton

Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/
Apache License 2.0
5.01k stars 355 forks source link

Mix use of UPPERCASE and lowercase cmake commands #73

Closed xpol closed 7 years ago

xpol commented 7 years ago

Currently CMakeLists.txt is mixed use of UPPER and lower case for cmake commands.

As lowercase is recommended (see http://stackoverflow.com/questions/22839458/tools-for-upper-lower-case-consistency-in-cmake-source)

Shall we all use lowercase?

jack17529 commented 7 years ago

Is that a question ?