Skip to content

Commit

Permalink
Remove extra target include
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Nov 17, 2023
1 parent e51d4f3 commit 7a1bc92
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/libs/antares/correlation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(SRC_CORRELATION
correlation.cpp
include/antares/correlation/correlation.h
include/antares/correlation/correlation.hxx
)
)
source_group("correlation" FILES ${SRC_CORRELATION})

add_library(correlation
Expand All @@ -17,13 +17,9 @@ target_link_libraries(correlation
Antares::array
Antares::study #correlation.h -> area.h
Antares::locator
)
)

target_include_directories(correlation
PRIVATE
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/libs/> #area -> antares/study/parameters/adq-patch-params.h
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/libs/antares/date> #area -> antares/study/parameters/adq-patch-params.h -> date
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/libs/antares/writer> #area -> antares/parts/thermal/cluster -> writer
PUBLIC
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
)
)

0 comments on commit 7a1bc92

Please sign in to comment.