Skip to content

Commit

Permalink
Update documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mirams committed Jul 4, 2023
1 parent f894f1d commit 02a18db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ find_package(Chaste COMPONENTS heart)
# This is needed if your project is not contained in the projects folder within a Chaste source tree.
#find_package(Chaste COMPONENTS heart crypt PATHS /path/to/chaste-install NO_DEFAULT_PATH)

# Here we add extra arguments to force PyCML to use this extra argument (make Get and Set methods for
# all metadata annotated variables).
# Here we add extra arguments to force chaste_codegen to use this extra argument
set(Chaste_CODEGEN_EXTRA_ARGS "--use-model-factory")

# ApPredict uses pthreads, so we specify that threads are required and add the necessary compile flag
Expand Down

0 comments on commit 02a18db

Please sign in to comment.