Commit Graph

4 Commits

Author SHA1 Message Date
Mizux Seiha
b7fb6d4209 Update CMake 2020-07-01 21:01:27 +02:00
Corentin Le Molgat
248c5a1c60 Remove deletion of zconf.h in patch
/dev/null not supported on Windows so you can't suppresss a  file in a cross platform way...
2020-01-27 09:33:59 +01:00
Corentin Le Molgat
3594d74d39 ZLIB patch
rename target ZLIB so install target will be ZLIB::ZLIB like the name use
by the cmake FindZLIB.cmake module...
2020-01-21 17:45:31 +01:00
Corentin Le Molgat
a49b9143a4 Rework CMake dependencies management (Fix #1116)
- By default don't build dependencies simply call find_package()
- By default only build C++ library
- IF building Python, Java or .Net wrapper then force build dependencies
  - Build dependencies as STATIC
  - Build and Install (in CMAKE_BINARY_DIR) dependencies at configure time
2019-04-11 13:47:05 +02:00