Skip to content

Commit

Permalink
Added changed for logging to be loaded correctly to use LOG_INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-of-codecraft committed Nov 11, 2024
1 parent c1c7483 commit fee0bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ foreach(SOURCE_MODULE ${MODULES_MODULE_LIST})

target_include_directories(${MODULE_SOURCE_PROJECT_NAME}
PUBLIC
${CMAKE_SOURCE_DIR}/src/common/Logging
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/common/Logging
${PUBLIC_INCLUDES})

set_target_properties(${MODULE_SOURCE_PROJECT_NAME}
Expand Down

0 comments on commit fee0bcf

Please sign in to comment.