Skip to content

Commit

Permalink
Add ${CMAKE_ARGS}
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Sep 28, 2023
1 parent 036f69d commit 6f0c15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/mk-mkd
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ case ${@} in
ACC_CMAKE_ARGS=()
fi

cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} "${ACC_CMAKE_ARGS[@]}" .. || exit 1
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${CMAKE_ARGS} "${ACC_CMAKE_ARGS[@]}" .. || exit 1
${GMAKE} -j ${ACC_SET_GMAKE_JOBS} ${ACC_EXE_NAME}
[ $? -eq 0 ] && func_display_build_time
fi
Expand Down

0 comments on commit 6f0c15d

Please sign in to comment.