Skip to content

Commit

Permalink
Wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Oct 10, 2023
1 parent 157d4e4 commit f6e6476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ if(USE_VTK)
VTK::IOXML
VTK::IOGeometry
VTK::FiltersGeneral)
get_target_property(MOORDYN_PRIVATE_INCLUDE_DIRS VTK::CommonCore
INCLUDE_DIRECTORIES)
get_target_property(MOORDYN_PRIVATE_INCLUDE_DIRS
VTK::CommonCore
INTERFACE_INCLUDE_DIRECTORIES)
else()
list(APPEND MOORDYN_PUBLIC_DEPS VTK::CommonCore
VTK::IOCore
Expand Down

0 comments on commit f6e6476

Please sign in to comment.