From e69d86dbc8d5f2692892f4a392786a0a654e92f6 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 28 Dec 2023 16:44:38 -0800 Subject: [PATCH] Fix type-o --- examples/external_cpp_stage/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/external_cpp_stage/compile.sh b/examples/external_cpp_stage/compile.sh index 48b40f3519..065b854977 100755 --- a/examples/external_cpp_stage/compile.sh +++ b/examples/external_cpp_stage/compile.sh @@ -24,7 +24,7 @@ echo "Runing CMake configure..." cmake -B ${BUILD_DIR} -GNinja \ -DCMAKE_MESSAGE_CONTEXT_SHOW=ON \ -DMORPHEUS_PYTHON_INPLACE_BUILD:BOOL=ON \ - -DMORPHEUS_PYTHON_PERFORM_INSTALL:BOOL=ON # Ensure all of the libraries are installed` \ + -DMORPHEUS_PYTHON_PERFORM_INSTALL:BOOL=ON `# Ensure all of the libraries are installed` \ ${CMAKE_CONFIGURE_EXTRA_ARGS:+CMAKE_CONFIGURE_EXTRA_ARGS} . echo "Running CMake build..."