summaryrefslogtreecommitdiff
path: root/math/onednn/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'math/onednn/files/patch-CMakeLists.txt')
-rw-r--r--math/onednn/files/patch-CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/onednn/files/patch-CMakeLists.txt b/math/onednn/files/patch-CMakeLists.txt
index 79cc4d19a98c..b5465477d487 100644
--- a/math/onednn/files/patch-CMakeLists.txt
+++ b/math/onednn/files/patch-CMakeLists.txt
@@ -20,7 +20,7 @@
+if(BUILD_EXAMPLES)
+ add_subdirectory(examples)
+endif()
-+if(BUILD_TESTS)
++if(BUILD_TESTING)
+ add_subdirectory(tests)
+endif()