Skip to content

Commit

Permalink
[CMake] Adds message to indicate which flags are being passed to the …
Browse files Browse the repository at this point in the history
…weaver
  • Loading branch information
joaobispo committed Jun 22, 2024
1 parent 4e8f9b6 commit 3b97a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMake/clava/ClavaWeave.CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ project("${ORIG_TARGET}_weaving")

#message(STATUS "-------->COMMAND: ${CLAVA_CMD} \"${ASPECT}\" ${ASPECT_ARGS_FLAG} ${ASPECT_ARGS} --cmake -s -b 2 -p \"${PROC_ORIG_SOURCES}\" -o \"${WORKING_DIR}\" -of \"${WOVEN_DIR_NAME}\" ${INCLUDE_HEADERS_FLAG} \"${PROC_ORIG_INCLUDES}\" ${CLAVA_WEAVE_FLAGS}")

message(STATUS "Clava weaver flags: ${CLAVA_WEAVE_FLAGS}")

set(WEAVER_DEPENDENCIES ${PROC_ORIG_SOURCES} ${ASPECT})
# to skip parsing header files: -sih
add_custom_command(
Expand Down

0 comments on commit 3b97a51

Please sign in to comment.