[opencv] 15/17: Update option of cmake
Nobuhiro Iwamatsu
iwamatsu at moszumanska.debian.org
Tue Sep 5 23:03:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
iwamatsu pushed a commit to branch master
in repository opencv.
commit 34d04fe8241a83c9ce17487c725a672f5fbc2f1e
Author: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Date: Tue Aug 29 02:45:07 2017 +0900
Update option of cmake
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 10c8569..6f8f9e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,9 @@ BUILDDIR = obj-$(DEB_HOST_MULTIARCH)
# SSE options
ifeq ($(DEB_HOST_ARCH),amd64)
-CMAKE_ARCH_FLAGS = -DENABLE_SSE=ON -DENABLE_SSE2=ON -DENABLE_SSE3=OFF
+CMAKE_ARCH_FLAGS = -DENABLE_MSSE=ON -DENABLE_MSSE2=ON -DENABLE_MSSE3=OFF
else
-CMAKE_ARCH_FLAGS = -DENABLE_SSE=OFF -DENABLE_SSE2=OFF -DENABLE_SSE3=OFF
+CMAKE_ARCH_FLAGS = -DENABLE_MSSE=OFF -DENABLE_MSSE2=OFF -DENABLE_MSSE3=OFF
endif
# TBB support
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list