summaryrefslogtreecommitdiff
path: root/runtimes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/CMakeLists.txt')
-rw-r--r--runtimes/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt
index e8ee9ffc7..2f1a972f3 100644
--- a/runtimes/CMakeLists.txt
+++ b/runtimes/CMakeLists.txt
@@ -8,6 +8,6 @@ if(BUILD_PURE_ARM_COMPUTE)
add_subdirectory(pure_arm_compute)
endif()
-if(NOT OBS_BUILD)
+if(BUILD_LOGGING)
add_subdirectory(logging)
-endif(NOT OBS_BUILD)
+endif(BUILD_LOGGING)