File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ FOREACH(f ${HEADERS_GEN_CONFIGURE})
77
77
ENDFOREACH (f )
78
78
IF (NOT WITH_WSREP )
79
79
SET (EXCL_SERVICE_WSREP "service_wsrep.h" )
80
- SET (EXCL_WSREP "wsrep.h" )
81
80
ENDIF ()
82
81
INSTALL (DIRECTORY mysql/
83
82
DESTINATION ${INSTALL_INCLUDEDIR} /server/mysql COMPONENT Development
@@ -94,7 +93,6 @@ MACRO(INSTALL_PRIVATE DIR)
94
93
FILES_MATCHING PATTERN "*.h"
95
94
PATTERN CMakeFiles EXCLUDE
96
95
PATTERN mysql EXCLUDE
97
- PATTERN "${EXCL_WSREP} " EXCLUDE
98
96
REGEX "\\ ./(${EXCL_RE} $)" EXCLUDE )
99
97
ENDMACRO ()
100
98
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ IF(WIN32)
496
496
ENDIF (WIN32 )
497
497
498
498
IF (NOT WITH_WSREP )
499
- SET (EXCL_WSREP "wsrep *.h" )
499
+ SET (EXCL_WSREP "wsrep_[a-np-z] *.h" )
500
500
ENDIF ()
501
501
INSTALL (DIRECTORY . DESTINATION ${INSTALL_INCLUDEDIR} /server/private COMPONENT Development
502
502
FILES_MATCHING PATTERN "*.h"
You can’t perform that action at this time.
0 commit comments