Use CMAKE_ON

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:06:18 +00:00
parent 1dd01dc0f4
commit 68d9cd39c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558496

View file

@ -25,7 +25,7 @@ USE_GITHUB= yes
.include <bsd.port.options.mk>
.if ${ARCH} != amd64 && ${ARCH} != i386
CMAKE_ARGS+= -DOJPH_DISABLE_INTEL_SIMD:BOOL=ON
CMAKE_ON+= OJPH_DISABLE_INTEL_SIMD
.endif
.include <bsd.port.mk>