Date: Mon, 19 Dec 2022 19:38:49 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 291bc8da83ee - main - science/openmodelica: Fix typo in cmake option name Message-ID: <202212191938.2BJJcnG7028742@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=291bc8da83ee25e14b174ebb5df9941351715c9c commit 291bc8da83ee25e14b174ebb5df9941351715c9c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-19 15:54:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-19 19:38:47 +0000 science/openmodelica: Fix typo in cmake option name --- science/openmodelica/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/openmodelica/Makefile b/science/openmodelica/Makefile index ac122b9230fa..9ce2d71e83f8 100644 --- a/science/openmodelica/Makefile +++ b/science/openmodelica/Makefile @@ -65,7 +65,7 @@ GH_TUPLE= \ CMAKE_ARGS= -DCMAKE_MAKE_PROGRAM=gmake \ -DPython_EXECUTABLE=${PYTHON_CMD} -CMAKE_ARGS+= -DDOM_USE_CCACHE:BOOL=${CCACHE_ENABLED:S/yes/ON/:S/no/OFF/} # if refuses to build w/out ccache by default +CMAKE_ARGS+= -DOM_USE_CCACHE:BOOL=${CCACHE_ENABLED:S/yes/ON/:S/no/OFF/} # if refuses to build w/out ccache by default LDFLAGS+= -lexecinfo -lintl -pthread
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212191938.2BJJcnG7028742>