diff --git a/source/Navigation/CMakeLists.txt b/source/Navigation/CMakeLists.txt
index 2d4e6fa7be1cbb405d6fc7e54d246aa226e76236..b844dc3e150438967c10ca723833901b4900eea7 100644
--- a/source/Navigation/CMakeLists.txt
+++ b/source/Navigation/CMakeLists.txt
@@ -5,7 +5,7 @@
 # `interfaces` and custom libraries come first,
 # followed by `components` and finalized by `applications`.
 
-add_subdirectory(interface)
+#add_subdirectory(interface)
 
 add_subdirectory(libraries)
-add_subdirectory(components)
\ No newline at end of file
+add_subdirectory(components)
diff --git a/source/Navigation/interface/CMakeLists.txt b/source/Navigation/interface/CMakeLists.txt
deleted file mode 100644
index 085b74244475f6fb4c85f188f38912eab733c060..0000000000000000000000000000000000000000
--- a/source/Navigation/interface/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-###
-### CMakeLists.txt file for Navigation Interfaces
-###
-
-# Dependencies on interface libraries to other ArmarX Packages must be specified
-# in the following variable separated by whitespaces
-# set(Navigation_INTERFACE_DEPEND ArmarXCore)
-
-# List of slice files to include in the interface library
-set(SLICE_FILES
-)
-
-# generate the interface library
-armarx_interfaces_generate_library(Navigation "${Navigation_INTERFACE_DEPEND}")