Skip to content

Commit

Permalink
Remove unneeded include of core directories
Browse files Browse the repository at this point in the history
  • Loading branch information
arengarajan99 authored Feb 24, 2023
1 parent 9b6d606 commit 0dc9673
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/federated/RTI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ else()
message(FATAL_ERROR "Your platform is not supported! RTI supports Linux and MacOS.")
endif()

# The following should not be done
# include_directories(${CoreLib}/..)
# include_directories(${CoreLib})
# include_directories(${CoreLib}/federated)
# include_directories(${CoreLib}/platform)
# include_directories(${CoreLib}/utils)

set(IncludeDir ../../../include/core)
include_directories(${IncludeDir})
include_directories(${IncludeDir}/federated)
Expand Down

0 comments on commit 0dc9673

Please sign in to comment.