From e3dd13b15fad7ff09120434029e6db7ac36cc959 Mon Sep 17 00:00:00 2001 From: zhouwei25 <52485244+zhouwei25@users.noreply.github.com> Date: Thu, 5 Dec 2019 11:01:23 +0800 Subject: [PATCH] let WHTI_XBYAK can be adjusted by -D when cmake,test=develop (#21538) --- cmake/external/xbyak.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external/xbyak.cmake b/cmake/external/xbyak.cmake index 1d61154c0d4..a5ac1878016 100644 --- a/cmake/external/xbyak.cmake +++ b/cmake/external/xbyak.cmake @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set(WITH_XBYAK ON) +option(WITH_XBYAK "Compile with xbyak support" ON) if(WIN32 OR APPLE) SET(WITH_XBYAK OFF CACHE STRING "Disable XBYAK in Windows and MacOS" FORCE) return() -- GitLab