mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Changes happened into format of --version which caused r450384 Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D12579
10 lines
364 B
Text
10 lines
364 B
Text
--- include/CMakeLists.txt.orig 2017-06-27 11:44:29 UTC
|
|
+++ include/CMakeLists.txt
|
|
@@ -37,5 +37,7 @@ SET(HEADERS_MYSQL_DIR
|
|
mysql/udf_registration_types.h
|
|
)
|
|
|
|
+IF(FALSE)
|
|
INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development)
|
|
INSTALL(FILES ${HEADERS_MYSQL_DIR} DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development)
|
|
+ENDIF()
|