Skip to content

Commit

Permalink
CMake: Remove leftover directive argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Jan 17, 2025
1 parent f1e201d commit 7dfefc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/loki_transform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function( loki_transform )
OUTPUT ${_PAR_OUTPUT}
COMMAND ${_LOKI_TRANSFORM} ${_ARGS}
DEPENDS ${_PAR_DEPENDS} ${_LOKI_TRANSFORM_DEPENDENCY}
COMMENT "[Loki] Pre-processing: command=${_PAR_COMMAND} mode=${_PAR_MODE} directive=${_PAR_DIRECTIVE} frontend=${_PAR_FRONTEND}"
COMMENT "[Loki] Pre-processing: command=${_PAR_COMMAND} mode=${_PAR_MODE} frontend=${_PAR_FRONTEND}"
)

endfunction()
Expand Down Expand Up @@ -284,7 +284,6 @@ function( loki_transform_target )
OUTPUT ${LOKI_SOURCES_TO_APPEND}
MODE ${_PAR_T_MODE}
CONFIG ${_PAR_T_CONFIG}
DIRECTIVE ${_PAR_T_DIRECTIVE}
FRONTEND ${_PAR_T_FRONTEND}
BUILDDIR ${CMAKE_CURRENT_BINARY_DIR}
SOURCES ${_PAR_T_SOURCES}
Expand Down

0 comments on commit 7dfefc4

Please sign in to comment.