Skip to content

Commit b086487

Browse files
Update README: correct Clang-REPL CMake command
Remove incorrect Cling-specific flags from the Clang-REPL build instructions. REPL mode is the default Signed-off-by: AdityaPandeyCN <adityapand3y666@gmail.com>
1 parent 858bd1f commit b086487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Now CppInterOp can be built. This can be done by executing
209209
```bash
210210
mkdir CppInterOp/build/
211211
cd CppInterOp/build/
212-
cmake -DBUILD_SHARED_LIBS=ON -DCPPINTEROP_USE_CLING=ON -DCPPINTEROP_USE_REPL=Off -DCling_DIR=$LLVM_DIR/build/tools/cling -DLLVM_DIR=$LLVM_DIR/build/lib/cmake/llvm -DClang_DIR=$LLVM_DIR/build/lib/cmake/clang -DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR ..
212+
cmake -DBUILD_SHARED_LIBS=ON -DLLVM_DIR=$LLVM_DIR/build/lib/cmake/llvm -DClang_DIR=$LLVM_DIR/build/lib/cmake/clang -DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR ..
213213
cmake --build . --target install --parallel $(nproc --all)
214214
```
215215

0 commit comments

Comments
 (0)