From 14aa0de18f638a92be13597bc1b8a95ca8fcf8a4 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Fri, 14 Oct 2022 13:24:16 -0400 Subject: [PATCH] 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 Commit-Queue: David Benjamin --- util/fipstools/acvp/modulewrapper/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/util/fipstools/acvp/modulewrapper/CMakeLists.txt b/util/fipstools/acvp/modulewrapper/CMakeLists.txt index f13f6df0f..267f82c37 100644 --- a/util/fipstools/acvp/modulewrapper/CMakeLists.txt +++ b/util/fipstools/acvp/modulewrapper/CMakeLists.txt @@ -7,7 +7,6 @@ if(FIPS) main.cc modulewrapper.cc ) - install(TARGETS modulewrapper) add_dependencies(modulewrapper global_target)