mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 16:00:55 -04:00
17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
$NetBSD: patch-include_CMakeLists.txt,v 1.1.1.1 2011/04/25 21:12:53 adam Exp $
|
|
|
|
Only mysql-client installs includes.
|
|
|
|
--- include/CMakeLists.txt.orig 2011-04-25 17:42:52.000000000 +0000
|
|
+++ include/CMakeLists.txt
|
|
@@ -56,6 +56,8 @@ SET(HEADERS
|
|
my_compiler.h
|
|
${HEADERS_GEN_CONFIGURE}
|
|
)
|
|
-
|
|
+
|
|
+IF(WITHOUT_SERVER)
|
|
INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development)
|
|
INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development FILES_MATCHING PATTERN "*.h")
|
|
+ENDIF()
|