Commit Graph

9 Commits

Author SHA1 Message Date
Petr Zemek
637632d26c cmake: Remove the openssl-target-not-yet-exists guard.
It is no longer needed (we no longer use submodules in our repositories).
2018-02-04 10:04:03 +01:00
Peter Matula
5c2c13429a deps/openssl: better log msgs. 2018-01-23 11:24:25 +01:00
Peter Matula
315adc431f deps/openssl: simplify openssl-crypto target from find_package() 2018-01-22 17:50:14 +01:00
Peter Matula
1cfc9c4fbb deps/openssl: use system OpenSLL if it exists. 2018-01-22 17:31:42 +01:00
Petr Zemek
af24c3fe25 Speedup installation of OpenSSL by disabling installation of docs and man pages.
We need only libraries and includes.

On my PC, this speeds up the installation step for OpenSSL by about 20 seconds.
2018-01-19 12:02:31 +01:00
Petr Zemek
405e21d96f Add DOWNLOAD_NAME for each external project.
Reasons:
- Downloaded archives will have more meaningful names (e.g. capstone.zip
  instead of 27c713fe4f6eaf9721785932d850b6291a6073fe.zip).
- This prevents collisions between projects (e.g. both yaracpp and yaramod are
  in version 1.0.1 at the moment, so they were both downloaded as v1.0.1.zip).
2018-01-19 11:57:50 +01:00
Petr Zemek
9ef11c96d2 Unify formatting in CMakeLists.txt files.
* Remove redundant first empty line from some files.
* Convert spaces to tabs.
* Remove redundant comments.
2018-01-12 09:00:52 +01:00
Petr Zemek
a0ceeae672 Update deps/openssl/CMakeLists.txt to its latest version from the fileformat repository.
This change was forgotten during the merging of all repositories into the
retdec repository in commit 7cad5076c0.
2018-01-11 14:18:50 +01:00
Peter Matula
7cad5076c0 all in one repo, no submodules, deps via cmake external project 2018-01-05 11:26:55 +01:00