mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
15 lines
460 B
Text
15 lines
460 B
Text
--- include/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC
|
|
+++ include/CMakeLists.txt
|
|
@@ -69,10 +69,12 @@ SET(HEADERS
|
|
)
|
|
|
|
INSTALL(FILES ../libbinlogevents/export/binary_log_types.h DESTINATION ${INSTALL_INCLUDEDIR})
|
|
+IF(FALSE)
|
|
INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development)
|
|
INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development
|
|
PATTERN "*.h"
|
|
PATTERN "psi_abi*" EXCLUDE
|
|
)
|
|
+ENDIF()
|
|
|
|
|