Skip to content

Commit

Permalink
Fix type-o
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 29, 2023
1 parent 2ea3d4d commit e69d86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/external_cpp_stage/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit e69d86d

Please sign in to comment.