Skip to content

Commit 40c6567

Browse files
committed
CMake: add missing SCHED_SRCS (was SCHED_HDRS)
1 parent 4c6e1f9 commit 40c6567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ set(CLI_PROTO_HDRS
177177
${METADATA_HDRS} ${MKDIR_HDRS} ${MOVE_HDRS} ${RMDIR_HDRS} ${STAT_HDRS}
178178
${TOUCH_HDRS} ${VERSION_HDRS} ${VID_HDRS} ${WHO_HDRS} ${WHOAMI_HDRS}
179179
${GEOSCHED_HDRS} ${HEALTH_HDRS} ${ARCHIVE_HDRS} ${BACKUP_HDRS} ${MAP_HDRS}
180-
${MEMBER_HDRS} ${STATUS_HDRS} ${SCHED_SRCS} ${IO_BUFFER_HDRS} ${SHAPING_HDRS}
180+
${MEMBER_HDRS} ${STATUS_HDRS} ${SCHED_HDRS} ${IO_BUFFER_HDRS} ${SHAPING_HDRS}
181181
)
182182

183183
set_source_files_properties(

0 commit comments

Comments
 (0)