Skip to content

Commit 03e703f

Browse files
committed
Fix build dependency.
Recreate mysql_sys_schema.sql, whenever one of its source files changes.
1 parent 6350a52 commit 03e703f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/sys_schema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ SET(files
167167
${CMAKE_CURRENT_SOURCE_DIR}/after_setup.sql)
168168
ENDIF()
169169

170+
SET_PROPERTY(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${files})
170171
SET(CMAKE_CONFIGURABLE_FILE_CONTENT)
171172

172173
FOREACH(f ${files})

0 commit comments

Comments
 (0)