Skip to content

Commit 7e7c558

Browse files
committed
Fixing obvious minor typo (missing D in -DOWNLOAD_EIGEN=ON).
Typo introduced with PR #2377. Adopting fix from @AWhetter PR #2621 (to keep unrelated changes cleanly separated).
1 parent d2ec836 commit 7e7c558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The valid options are:
120120
* `-DPYBIND11_NOPYTHON=ON`: Disable all Python searching (disables tests)
121121
* `-DBUILD_TESTING=ON`: Enable the tests
122122
* `-DDOWNLOAD_CATCH=ON`: Download catch to build the C++ tests
123-
* `-DOWNLOAD_EIGEN=ON`: Download Eigen for the NumPy tests
123+
* `-DDOWNLOAD_EIGEN=ON`: Download Eigen for the NumPy tests
124124
* `-DPYBIND11_INSTALL=ON/OFF`: Enable the install target (on by default for the
125125
master project)
126126
* `-DUSE_PYTHON_INSTALL_DIR=ON`: Try to install into the python dir

0 commit comments

Comments
 (0)