Skip to content

Commit

Permalink
Don't reference obsolete membrane module
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jul 19, 2024
1 parent 6174733 commit e838ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/cmake_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ To configure and build as simply as possible do
cmake ../imp
make -j8

To make a debug build of %IMP with the `cgal` and `membrane` modules disabled
To make a debug build of %IMP with the `cgal` and `misc` modules disabled
and `core` compiled in per-cpp mode, and to use
[Ninja](https://ninja-build.org/) instead of `make` as your build
command do:

cmake ../imp -DCMAKE_BUILD_TYPE=Debug -G Ninja -DIMP_DISABLED_MODULES=cgal:membrane -DIMP_PER_CPP_COMPILATION=core
cmake ../imp -DCMAKE_BUILD_TYPE=Debug -G Ninja -DIMP_DISABLED_MODULES=cgal:misc -DIMP_PER_CPP_COMPILATION=core
ninja -j8

# Configuring using ccmake {#ccmake_config}
Expand Down

0 comments on commit e838ff3

Please sign in to comment.