Skip to content

Commit 4175af0

Browse files
author
Felipe Torrezan
committed
fix: supress warning message about unused file during CTest
1 parent c4686b6 commit 4175af0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,8 @@ target_link_options(${PROJECT_NAME} PRIVATE
8181

8282
# Generate additional outputs
8383
iar_elftool(${PROJECT_NAME})
84+
85+
# Touch `build/DartConfiguration.tcl` (not used)
86+
# for supressing CMake Tools warning about
87+
# missing file during during CTest
88+
file(TOUCH ${CMAKE_BINARY_DIR}/DartConfiguration.tcl)

0 commit comments

Comments
 (0)