Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 349b86d

Browse files
committed
cpp_test_suite/environment/CMakeLists.txt: Fix missing EOL
1 parent 293a6d4 commit 349b86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_test_suite/environment/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ add_custom_target(run-tests ${CMAKE_CURRENT_BINARY_DIR}/run.sh
2020
execute_process(COMMAND chmod +x ${CMAKE_CURRENT_SOURCE_DIR}/shutdown.sh)
2121
add_custom_target(stop-tango ${CMAKE_CURRENT_SOURCE_DIR}/shutdown.sh
2222
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
23-
SOURCES shutdown.sh)
23+
SOURCES shutdown.sh)

0 commit comments

Comments
 (0)