Skip to content

Commit a65845e

Browse files
itcarrollhenryiii
authored andcommitted
tried MODULE and STATIC
1 parent 0bf54d3 commit a65845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/hello-f2py/hello/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
add_f2py_target(_hello _hello.pyf hello.f90)
2-
add_library(_hello STATIC ${_hello})
2+
add_library(_hello MODULE ${_hello})
33
python_extension_module(_hello)
44

55
target_link_libraries(_hello ${F2PY_LIBRARIES})

0 commit comments

Comments
 (0)