Skip to content

Commit 1b27c61

Browse files
committed
- enable distrib by default
This way we can import SBML documents with distrib / export SBML files optionally with distrib
1 parent 519e15b commit 1b27c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ if (BUILD_libSBML)
183183
-DENABLE_RENDER=ON
184184
-DENABLE_COMP=ON
185185
-DENABLE_FBC=OFF
186+
-DENABLE_DISTRIB=ON
186187
-DENABLE_SPATIAL=OFF
187188
-DENABLE_GROUPS=OFF
188189
-DWITH_EXPAT=ON

0 commit comments

Comments
 (0)