Skip to content

Commit 03ece87

Browse files
m
1 parent 1da3cc8 commit 03ece87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ner_environment/build_system/build_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def build(profile: str = typer.Option(None, "--profile", "-p", callback=unsuppor
5252
clean: bool = typer.Option(False, "--clean", help="Clean the build directory before building", show_default=True)):
5353

5454
is_cmake = os.path.exists("CMakeLists.txt")
55-
55+
run_command(["docker", "compose", "run", "--rm", "ner-gcc-arm", "sh", "-c", "cmake --version"], stream_output=True) # remove this
5656
if is_cmake: # Repo uses CMake, so execute CMake commands.
5757
print("[bold blue]CMake project detected.")
5858

0 commit comments

Comments
 (0)