Skip to content

Commit 4e85e14

Browse files
committed
small tweak
1 parent 2e3a471 commit 4e85e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_build_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def main():
106106
# Remove redundant spaces
107107
cmake_command = ' '.join(cmake_command.split())
108108
print("Running CMake command: ")
109-
print(f"\" {cmake_command} \"")
109+
print(f"+ {cmake_command}")
110110
os.system(cmake_command)
111111
print("-- CMake configuration done. --")
112112

0 commit comments

Comments
 (0)