Skip to content

Commit

Permalink
fix cmake syntax error #869
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Dec 30, 2013
1 parent 30becc2 commit cfc1575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ foreach (tool
add_executable(mongo${tool} tools/${tool})
add_dependencies(mongo${tool} generate_error_codes generate_action_types install_tdb_h)
if (NOT APPLE)
target_link_whole_libraries(mongo${tool})
target_link_whole_libraries(mongo${tool}
jemalloc
)
endif ()
Expand Down

0 comments on commit cfc1575

Please sign in to comment.