Daniel Scharrer
|
641fc95f04
|
Update copyright years
|
7 years ago |
Daniel Scharrer
|
33d6e1f551
|
CMake: Prefer static libraries even with NAMES_PER_DIR
This is required to find lib/libz.a if there is also a bin/zlib1.dll.
|
7 years ago |
Daniel Scharrer
|
2c827154cd
|
Update copyright lines
|
11 years ago |
Daniel Scharrer
|
316dc795a3
|
Add another define for static libiconv on Win32
|
12 years ago |
Daniel Scharrer
|
805256686a
|
Fix incorrect documentation for Findiconv.cmake
|
13 years ago |
Daniel Scharrer
|
a90101af1e
|
Add documentation to custom CMake find modules
|
13 years ago |
Daniel Scharrer
|
c374dab136
|
Fix static build with MSVC
|
13 years ago |
Daniel Scharrer
|
1e28ea4f50
|
Add a workaround for mixed iconv versions on OS X
|
13 years ago |
Daniel Scharrer
|
49f517b496
|
Also find lib-prefixed libraries under Windows
For lzma and iconv.
|
13 years ago |
Daniel Scharrer
|
afd214b41c
|
Set path hints for libraries based on includes
So that CMake won't match incompatible versions if multiple versions
of a library are installed in different prefixes.
|
13 years ago |
Daniel Scharrer
|
498448099f
|
Fix some typos in the static libs selection code
|
13 years ago |
Daniel Scharrer
|
1b2a62b714
|
Update copyright lines for files changed this year
|
13 years ago |
Daniel Scharrer
|
d7a72624e2
|
Add options to make static builds easier
|
13 years ago |
Daniel Scharrer
|
90c4555d77
|
Fix configure error when no libiconv is found
Somehow this dindn't happen prevously
-- did something change in CMake 2.8.10.2?
|
13 years ago |
lmb
|
aa9ff1df94
|
Fix linking to libiconv when needed
Such as on OS X, where iconv is not bundled with libc.
|
13 years ago |
Daniel Scharrer
|
b110f3b742
|
Link to an external libiconv if available
This is required to compile on systems where the libc doesn't include
iconv such as OS X and presumably Windows.
|
14 years ago |
Daniel Scharrer
|
4d423f27ac
|
Add copyright notices.
|
14 years ago |
Daniel Scharrer
|
bdfa8ddc9b
|
Many fixes.
|
15 years ago |