Skip to content

Commit

Permalink
Remove the cmake module include CMakeParseArguments
Browse files Browse the repository at this point in the history
since it is a cmake language function
  • Loading branch information
Simon Praetorius authored and gruenich committed Nov 22, 2023
1 parent 3bb582e commit e68e7a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UseLatexMk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ function(add_latex_document)
set(OPTION REQUIRED EXCLUDE_FROM_ALL BUILD_ON_INSTALL)
set(SINGLE SOURCE TARGET INSTALL)
set(MULTI FATHER_TARGET RCFILE)
include(CMakeParseArguments)
cmake_parse_arguments(LMK "${OPTION}" "${SINGLE}" "${MULTI}" ${ARGN})

if(LMK_UNPARSED_ARGUMENTS)
Expand Down

0 comments on commit e68e7a8

Please sign in to comment.