Skip to content

Commit

Permalink
fix: need to hardoce asap when linking common
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Dec 19, 2021
1 parent 5966912 commit e038a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ asap_add_library(
target_link_libraries(
${MODULE_TARGET_NAME}
PRIVATE Microsoft.GSL::GSL
PUBLIC ${META_PROJECT_NAME}::common spdlog::spdlog)
PUBLIC asap::common spdlog::spdlog)

target_include_directories(
${MODULE_TARGET_NAME}
Expand Down

0 comments on commit e038a70

Please sign in to comment.