Skip to content

Commit 95e7651

Browse files
committed
Fix cmake config for commands sample
1 parent a7dd103 commit 95e7651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/service_clients/commands/commands-sandbox/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.9...3.31)
33
project(commands-sandbox CXX)
44

55
file(GLOB SRC_FILES
6-
"*.cpp",
6+
"*.cpp"
77
"*.h"
88
)
99

0 commit comments

Comments
 (0)