commit | 14aa0de18f638a92be13597bc1b8a95ca8fcf8a4 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Fri Oct 14 13:24:16 2022 -0400 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 14 18:49:05 2022 +0000 |
tree | fc0154657f56a01b1f334631cf6dae565168b861 | |
parent | 7d1fc2b014a940e4e9ecd4660146c5cc2accad9b [diff] |
Remove CMake install command for modulewrapper. I think it never picked up the fix in https://boringssl-review.googlesource.com/c/boringssl/+/52345 for older CMakes, but it doesn't have much reason to be part of the install in the first place. Bug: 524 Change-Id: Ifbb898b1e4686194c85e9902ee3d59d83b55b78a Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/54786 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/util/fipstools/acvp/modulewrapper/CMakeLists.txt b/util/fipstools/acvp/modulewrapper/CMakeLists.txt index f13f6df..267f82c 100644 --- a/util/fipstools/acvp/modulewrapper/CMakeLists.txt +++ b/util/fipstools/acvp/modulewrapper/CMakeLists.txt
@@ -7,7 +7,6 @@ main.cc modulewrapper.cc ) - install(TARGETS modulewrapper) add_dependencies(modulewrapper global_target)