if we're using system fmt, we shouldn't mix the submodule's headers.
src/CMakeLists.txt already adds global include_directories() for the
correct fmt headers
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
66fe2f0524ad7f26e09d575938751ccfb9940362)
add_library(dbstore_lib ${dbstore_srcs})
target_include_directories(dbstore_lib
- PUBLIC "${CMAKE_SOURCE_DIR}/src/fmt/include"
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw"
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw/store/rados"
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")