aboutsummaryrefslogtreecommitdiff
path: root/subprojects/plugin_hostlist/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/plugin_hostlist/meson.build')
-rw-r--r--subprojects/plugin_hostlist/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/plugin_hostlist/meson.build b/subprojects/plugin_hostlist/meson.build
index d8286d1..04711fd 100644
--- a/subprojects/plugin_hostlist/meson.build
+++ b/subprojects/plugin_hostlist/meson.build
@@ -7,8 +7,7 @@ dep_qt5 = dependency('qt5',
)
dep_catch = dependency('catch2', required: true, fallback: ['catch2', 'catch2_dep'] )
-smolbote_interface = include_directories(get_option('interface'))
-message(get_option('interface'))
+smolbote_interface = include_directories('include')
lib_hostlistfilter = static_library('hostlistfilter',
[ 'filterlist.cpp' ],