Skip to content

Commit

Permalink
Merge pull request #520 from bmad-sim/cmake_args_for_conda
Browse files Browse the repository at this point in the history
Add `${CMAKE_ARGS}` for conda-forge recipe
  • Loading branch information
DavidSagan committed Sep 28, 2023
2 parents 036f69d + 6f0c15d commit 8efc15f
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 8efc15f

Please sign in to comment.