Skip to content

Commit

Permalink
Remove reference to deleted file
Browse files Browse the repository at this point in the history
  • Loading branch information
bindreams committed May 4, 2024
1 parent b2ca64a commit e96de23
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/zint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ find_package(Python3 COMPONENTS Interpreter REQUIRED)
add_custom_target(_generate_enums_hpp
COMMAND "${Python3_EXECUTABLE}" scripts/generate-enums.py
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/scripts/generate-enums.py"
BYPRODUCTS
"${CMAKE_CURRENT_SOURCE_DIR}/src/generated/enums.inc"
"${CMAKE_CURRENT_SOURCE_DIR}/src/generated/enums_declarations.hpp"
COMMENT "Generating enum files"
BYPRODUCTS "${CMAKE_CURRENT_SOURCE_DIR}/src/generated/enums.inc"
COMMENT "Generating generated/enums.inc"
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
VERBATIM
)
Expand Down

0 comments on commit e96de23

Please sign in to comment.