We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf54d3 commit a65845eCopy full SHA for a65845e
projects/hello-f2py/hello/CMakeLists.txt
@@ -1,5 +1,5 @@
1
add_f2py_target(_hello _hello.pyf hello.f90)
2
-add_library(_hello STATIC ${_hello})
+add_library(_hello MODULE ${_hello})
3
python_extension_module(_hello)
4
5
target_link_libraries(_hello ${F2PY_LIBRARIES})
0 commit comments