Skip to content

Commit

Permalink
cmake: Fix copy of parsers-config.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Nov 15, 2024
1 parent a69cea7 commit 14c15f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/vast/Conversion/Parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ configure_file(
${CMAKE_CURRENT_BINARY_DIR}/Config.hpp
)

file(COPY
${CMAKE_CURRENT_SOURCE_DIR}/default-parsers-config.yaml
DESTINATION
${CMAKE_CURRENT_BINARY_DIR}
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/default-parsers-config.yaml
${CMAKE_CURRENT_BINARY_DIR}/default-parsers-config.yaml
COPYONLY
)

0 comments on commit 14c15f9

Please sign in to comment.