diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-19 07:54:19 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-19 11:38:47 -0800 |
commit | 291bc8da83ee25e14b174ebb5df9941351715c9c (patch) | |
tree | b7e67ee8bc026d5b70043317824095f6fa5b9bf6 | |
parent | security/heimdal-devel: Update to the latest Heimdal github commit (diff) |
science/openmodelica: Fix typo in cmake option name
-rw-r--r-- | science/openmodelica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |