This target runs the security-check.py scripts on the executables.
This is the equivalent of the autotools check-security rule.
Depends on D4136.
Differential D4137
[CMAKE] Add the check-security target Fabien on Sep 23 2019, 13:00. Authored by Tags None Subscribers None
Details
This target runs the security-check.py scripts on the executables. Depends on D4136. Build the depends subsystem for linux 64, then: mkdir buildcmake && cd buildcmake cmake -GNinja .. \ -DENABLE_GLIBC_BACK_COMPAT=ON \ -DENABLE_STATIC_LIBSTDCXX=ON \ -DENABLE_REDUCE_EXPORTS=ON \ -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Linux64.cmake ninja check-security If should be successful.
Diff Detail
Event TimelineComment Actions Rebase and don't run security checks on target which are not intended to be installed. |