From 920372b880350566309f3180be44ff139bb3dfcd Mon Sep 17 00:00:00 2001 From: Ralph Urlus Date: Mon, 22 Apr 2024 17:45:34 +0200 Subject: [PATCH] DOC: Update OpenMP flag documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cca4da8..216fa69 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Compatible compilers through Pybind11: To disable OpenMP use: ```bash - SKBUILD_CMAKE_ARGS="-DDIPTEST_ENABLE_OPENMP=OFF" pip install diptest --no-binary diptest + SKBUILD_CMAKE_ARGS="-DDIPTEST_DISABLE_OPENMP=ON" pip install diptest --no-binary diptest ``` #### Debug installation