summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1457578..80c4bc7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -27,9 +27,9 @@ if( WITH_DLT_EXAMPLES )
add_subdirectory( examples )
endif( WITH_DLT_EXAMPLES )
-if( WTIH_DLT_ADAPTOR )
+if( WITH_DLT_ADAPTOR )
add_subdirectory( adaptor )
-endif( WTIH_DLT_ADAPTOR )
+endif( WITH_DLT_ADAPTOR )
if( WITH_DLT_TESTS )
add_subdirectory( tests )