summaryrefslogtreecommitdiff
path: root/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.19-do-not-install-comp_err.patch
blob: 94329eeeb3c7d35f64cbf410b5f580f50ed8d8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/utilities/CMakeLists.txt b/utilities/CMakeLists.txt
index c855f8ab..0ebef451 100644
--- a/utilities/CMakeLists.txt
+++ b/utilities/CMakeLists.txt
@@ -27,6 +27,7 @@ IF(NOT CMAKE_CROSSCOMPILING)
     comp_err.cc
     COMPONENT Server
     LINK_LIBRARIES mysys
+    SKIP_INSTALL
     )
 ENDIF()