Skip to content

Commit

Permalink
Use DDC::core instead of DDC::DDC
Browse files Browse the repository at this point in the history
This target will be removed soon, it is the only place where it is used.

See merge request gysela-developpers/gyselalibxx!854

--------------------------------------------
  • Loading branch information
tpadioleau committed Jan 27, 2025
1 parent 7b96ff4 commit 4bf256c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/data_types/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ target_include_directories("data_types"
target_link_libraries("data_types"
INTERFACE
DDC::core
DDC::splines
gslx::math_tools
gslx::utils
)
Expand Down
2 changes: 1 addition & 1 deletion src/math_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target_include_directories("math_tools"

target_link_libraries("math_tools"
INTERFACE
DDC::DDC
DDC::core
gslx::data_types
)

Expand Down

0 comments on commit 4bf256c

Please sign in to comment.