Skip to content

Commit

Permalink
Fix for fdb-hammer with profiling to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolau-manubens committed Jun 8, 2024
1 parent 0926c28 commit d28302b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fdb5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ foreach( _tool ${fdb5_tools} )
ecbuild_add_executable( TARGET ${_tool}
CONDITION HAVE_FDB_BUILD_TOOLS
SOURCES tools/${_tool}.cc
INCLUDES ${ECCODES_INCLUDE_DIRS} # Please don't remove me, I am needed
INCLUDES ${ECCODES_INCLUDE_DIRS} ${DAOS_INCLUDE_DIRS} # Please don't remove me, I am needed
LIBS fdb5 )

endforeach()
Expand Down

0 comments on commit d28302b

Please sign in to comment.