Skip to content

Commit

Permalink
science/openmodelica: Fix typo in cmake option name
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Dec 19, 2022
1 parent c62372f commit 291bc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/openmodelica/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 291bc8d

Please sign in to comment.