Skip to content

Commit

Permalink
Update mdio CMakeLists.txt to use INTERFACE for target_include_direct…
Browse files Browse the repository at this point in the history
…ories
  • Loading branch information
BrianMichell committed Jul 31, 2024
1 parent dbac410 commit 72c6f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ target_include_directories(mdio INTERFACE
# Add the tensorstore include directories
# target_include_directories(mdio SYSTEM INTERFACE ${TENSORSTORE_INCLUDE_DIR})
# Add the tensorstore include directories
target_include_directories(mdio PRIVATE ${TENSORSTORE_INCLUDE_DIR})
target_include_directories(mdio INTERFACE ${TENSORSTORE_INCLUDE_DIR})

# Add a dependency on the tensorstore library
add_dependencies(mdio tensorstore)
Expand Down

0 comments on commit 72c6f1e

Please sign in to comment.