aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-24 16:01:47 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-24 16:01:47 +0200
commit8fd6083ae84d3da225596287f5c12f87b5fad7eb (patch)
tree608f0535f11b1eb086686cb51f35d97fc6315cd0 /CMakeLists.txt
parent8cabf18f972606cd039db9a84366ef338446d12e (diff)
don't export PLUGIN_INSTALL_DIR anywhere
Change-Id: I32689b3de32f5c85b461edcb63ef4d0117ff9ecb Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fcd376c8..d3b7a32d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,8 +63,6 @@ SET(link_libraries
SET(plugin_install_dir ${CMAKE_INSTALL_FULL_LIBDIR}/afb)
-ADD_DEFINITIONS(-DPLUGIN_INSTALL_DIR="${plugin_install_dir}")
-
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(include)
ADD_SUBDIRECTORY(plugins)