Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
73b5146e
Unverified
Commit
73b5146e
authored
Sep 24, 2023
by
Saurav Agarwal
Committed by
GitHub
Sep 24, 2023
Browse files
Fix cmake abosule paths in build interface (#188)
parent
b3d70bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
73b5146e
...
@@ -33,7 +33,7 @@ endif()
...
@@ -33,7 +33,7 @@ endif()
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES EXPORT_NAME TorchCluster
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES EXPORT_NAME TorchCluster
)
target_include_directories
(
${
PROJECT_NAME
}
INTERFACE
target_include_directories
(
${
PROJECT_NAME
}
INTERFACE
$<BUILD_INTERFACE:
${
HEADERS
}
>
"
$<BUILD_INTERFACE:
${
HEADERS
}
>
"
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
>
)
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
>
)
include
(
GNUInstallDirs
)
include
(
GNUInstallDirs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment