summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindDEXELA.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindDEXELA.cmake b/cmake/FindDEXELA.cmake
index b343e14..1fef7af 100644
--- a/cmake/FindDEXELA.cmake
+++ b/cmake/FindDEXELA.cmake
@@ -8,8 +8,8 @@
find_package(PackageHandleStandardArgs)
-find_path(DEXELA_INCLUDE_DIRS dexela_api.h PATHS /root/Dexela/include)
-find_library(DEXELA_LIBRARIES dexela PATHS /root/Dexela/dexela-spike)
+find_path(DEXELA_INCLUDE_DIRS dexela_api.h PATHS /usr/include)
+find_library(DEXELA_LIBRARIES dexela)
find_package_handle_standard_args(DEXELA DEFAULT_MSG DEXELA_LIBRARIES DEXELA_INCLUDE_DIRS)