AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2020.12.22 13:59 "[Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Miguel Medalha
2020.12.22 16:44 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Edward Lam
2020.12.22 17:42 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Roger Leigh
2020.12.22 18:07 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Miguel Medalha
2020.12.23 13:04 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Roger Leigh
2020.12.23 20:31 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Miguel Medalha
2020.12.23 15:43 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Edward Lam
2020.12.23 20:31 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Miguel Medalha
2020.12.26 04:06 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Edward Lam
2020.12.26 15:45 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Miguel Medalha
2020.12.26 16:18 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Bob Friesenhahn
2020.12.26 16:36 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Miguel Medalha
2020.12.26 20:47 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Bob Friesenhahn

2020.12.26 15:45 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Miguel Medalha

> It was implied in the documentation for CMAKE_STATIC_LIBRARY_SUFFIX but I didn't infer it. I asked a cmake expert. :)

The strange thing is that I had came across this page:

https://cmake.org/cmake/help/latest/variable/CMAKE_STATIC_LIBRARY_SUFFIX.html

«
The suffix for static libraries that you link to.

The suffix to use for the end of a static library filename, .lib on Windows.

CMAKE_STATIC_LIBRARY_SUFFIX_<LANG> overrides this for language <LANG>.
»

The thing is that at the time I interpreted 'LANG' as referring to a natural language, not a programming one. Maybe I was too tired?

Anyway, the cmake documentation is not very friendly, is it? Looks like it was written by Spartans. Sometimes, one or two more words would make things so much clear!