This is an automated email from the ASF dual-hosted git repository.
dragon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new faa7be4bfc Don't install fastlz (#11040)
faa7be4bfc is described below
commit faa7be4bfcc5b46be389634fa68ac05545397ea6
Author: dragon512 <[email protected]>
AuthorDate: Tue Feb 6 12:25:29 2024 -0600
Don't install fastlz (#11040)
---
lib/CMakeLists.txt | 2 --
lib/fastlz/CMakeLists.txt | 1 -
2 files changed, 3 deletions(-)
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 513fefccdd..665e4e4397 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -41,5 +41,3 @@ endif()
add_library(catch2::catch2 INTERFACE IMPORTED GLOBAL)
target_include_directories(catch2::catch2 INTERFACE
"${CMAKE_CURRENT_SOURCE_DIR}/catch2")
-
-install(TARGETS fastlz)
diff --git a/lib/fastlz/CMakeLists.txt b/lib/fastlz/CMakeLists.txt
index 343ef23f56..716b146424 100644
--- a/lib/fastlz/CMakeLists.txt
+++ b/lib/fastlz/CMakeLists.txt
@@ -17,4 +17,3 @@
add_library(fastlz STATIC)
target_sources(fastlz PRIVATE fastlz.cc fastlz.h)
-install(TARGETS fastlz)