Skip to content

Commit e3076c2

Browse files
authored
335 force shared libs for python bindings to fix set_log_level (#701)
1 parent 84a3d3b commit e3076c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pycode/memilio-simulation/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
packages=find_packages(
2424
where=os.path.dirname(os.path.abspath(__file__))),
2525
setup_requires=['cmake'],
26+
# need shared libs so there is one shared log level
27+
cmake_args=['-DMEMILIO_BUILD_SHARED_LIBS:BOOL=ON'],
2628
install_requires=[],
2729
extras_require={
2830
'dev': [

0 commit comments

Comments
 (0)