Skip to content

Commit

Permalink
added more dependencies on db.h generation #869
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Dec 24, 2013
1 parent 0651445 commit e29c357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mongo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ add_library(mongoclient STATIC
"${CMAKE_CURRENT_BINARY_DIR}/base/error_codes.cpp"
"${CMAKE_CURRENT_BINARY_DIR}/buildinfo.cpp"
${client_sources})
add_dependencies(mongoclient generate_error_codes generate_action_types)
add_dependencies(mongoclient generate_error_codes generate_action_types install_tdb_h)
target_link_libraries(mongoclient LINK_PRIVATE
${Boost_LIBRARIES}
)
Expand Down
2 changes: 1 addition & 1 deletion src/mongo/db/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ add_library(mongodandmongos STATIC
server_extra_log_context
../util/net/message_server_port
)
add_dependencies(mongodandmongos generate_error_codes generate_action_types)
add_dependencies(mongodandmongos generate_error_codes generate_action_types install_tdb_h)

add_library(coreserver STATIC
client_basic
Expand Down

0 comments on commit e29c357

Please sign in to comment.