Skip to content

Commit

Permalink
Fix merge error that restored globbing for figure-files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Sep 8, 2022
1 parent 2b4598f commit e803940
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/AddGncDocTargets.cmake
Expand Up @@ -2,10 +2,6 @@ function (add_gnc_doc_targets docname entities figures)

get_filename_component(lang ${CMAKE_CURRENT_SOURCE_DIR} NAME)

file(GLOB_RECURSE figures
"${CMAKE_CURRENT_SOURCE_DIR}/figures/*.png"
"${CMAKE_CURRENT_SOURCE_DIR}/figures/*.svg")

if(entities)
# Add a target to run xml lint checks on this document's source xml files
add_custom_target("${lang}-${docname}-check"
Expand Down

0 comments on commit e803940

Please sign in to comment.