Skip to content

Commit

Permalink
Remove unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Basler committed Jun 2, 2024
1 parent a1a9802 commit de733a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ option (LIBCMAES_BUILD_TESTS "build tests" OFF)
option (LIBCMAES_BUILD_EXAMPLES "build examples" ${LIBCMAES_TOP_LEVEL})
option (LIBCMAES_USE_OPENMP "Use OpenMP for multithreading" ON)
option (LIBCMAES_ENABLE_SURROG "support for surrogates" ON)
option (LIBCMAES_USE_CONAN "Use conan to get the dependencies" OFF)

# Offer the user the choice of overriding the installation directories
set (INSTALL_LIB_DIR lib${LIB_SUFFIX}
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ make -j2
make install
```

Additionally, you can use [conan](https://conan.io/center/) to take care of the dependencies. For this you run cmake as
```
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=~/.local/ -DLIBCMAES_USE_CONAN=On
cmake --build build -j2
cmake --build build -j2 -t install
```

### Run examples
```
cd tests
Expand Down

0 comments on commit de733a0

Please sign in to comment.