Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <[email protected]>
  • Loading branch information
arengarajan99 and lhstrh authored Feb 24, 2023
1 parent 0dc9673 commit f5d714c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ list(APPEND INFO_SOURCES ${GENERAL_SOURCES})
add_library(core ${GENERAL_SOURCES})

# Add sources for either threaded or unthreaded runtime
if(DEFINED FEDERATED)
if (DEFINED FEDERATED)
include(federated/CMakeLists.txt)
endif()

Expand Down
2 changes: 1 addition & 1 deletion core/federated/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ set(FEDERATED_SOURCES clock-sync.c federate.c net_util.c)
list(APPEND INFO_SOURCES ${FEDERATED_SOURCES})

list(TRANSFORM FEDERATED_SOURCES PREPEND federated/)
target_sources(core PRIVATE ${FEDERATED_SOURCES})
target_sources(core PRIVATE ${FEDERATED_SOURCES})

0 comments on commit f5d714c

Please sign in to comment.