Skip to content

Commit

Permalink
[irods/irods_6256] do not explicitly add spdlog to includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb committed Feb 20, 2024
1 parent 19e85d4 commit a24ffe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ target_compile_definitions(${PLUGIN} PRIVATE ${IRODS_COMPILE_DEFINITIONS}
#SPDLOG_FMT_EXTERNAL)

target_include_directories(${PLUGIN} PRIVATE ${IRODS_INCLUDE_DIRS}
${IRODS_EXTERNALS_FULLPATH_BOOST}/include
${IRODS_EXTERNALS_FULLPATH_SPDLOG}/include)
${IRODS_EXTERNALS_FULLPATH_BOOST}/include)

target_link_libraries(${PLUGIN} PRIVATE irods_server
irods_common
Expand Down

0 comments on commit a24ffe4

Please sign in to comment.