Skip to content

Commit ff0d198

Browse files
authored
Build: Fixed tools only build (#29341)
(cherry picked from commit 592e01cf7a5d7b6f7ec63d30edc09dd9d4062b62)
1 parent b3dbc8b commit ff0d198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dep/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ if(SERVERS OR TOOLS)
2222
add_subdirectory(openssl)
2323
add_subdirectory(jemalloc)
2424
add_subdirectory(argon2)
25+
add_subdirectory(short_alloc)
2526
endif()
2627

2728
if(SERVERS)
2829
add_subdirectory(mysql)
2930
add_subdirectory(readline)
3031
add_subdirectory(gsoap)
3132
add_subdirectory(efsw)
32-
add_subdirectory(short_alloc)
3333
endif()
3434

3535
if(TOOLS)

0 commit comments

Comments
 (0)