diff --git a/CMakeLists.txt b/CMakeLists.txt index e4f8385..22b89cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ endif() set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME TorchCluster) target_include_directories(${PROJECT_NAME} INTERFACE - $ + "$" $) include(GNUInstallDirs)