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 authored and alanking committed Feb 21, 2024
1 parent 6b250e4 commit 74de528
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_NO_TLS)

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 74de528

Please sign in to comment.