Skip to content

Commit

Permalink
Tries linking the cpp-logger target
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Jun 14, 2024
1 parent 0ad1a5e commit a2e22e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dyad/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ if (DYAD_PROFILER STREQUAL "DLIO_PROFILER")
target_link_libraries(${PROJECT_NAME}_common INTERFACE ${DLIO_PROFILER_LIBRARIES})
endif()
if (DYAD_LOGGER STREQUAL "CPP_LOGGER")
target_link_libraries(${PROJECT_NAME}_common INTERFACE ${CPP_LOGGER_LIBRARIES})
target_link_libraries(${PROJECT_NAME}_common INTERFACE cpp-logger::cpp-logger)
endif()

0 comments on commit a2e22e0

Please sign in to comment.