Skip to content

Commit e3dd13b

Browse files
zhwesky2010NHZlX
authored andcommitted
let WHTI_XBYAK can be adjusted by -D when cmake,test=develop (#21538)
1 parent 857cd9f commit e3dd13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/xbyak.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
set(WITH_XBYAK ON)
15+
option(WITH_XBYAK "Compile with xbyak support" ON)
1616
if(WIN32 OR APPLE)
1717
SET(WITH_XBYAK OFF CACHE STRING "Disable XBYAK in Windows and MacOS" FORCE)
1818
return()

0 commit comments

Comments
 (0)