Skip to content

Commit

Permalink
Fix module type
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Feb 5, 2024
1 parent ec44c7b commit f8cef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ list(SORT Header_Files)
list(SORT Source_Files)
list(SORT Python_Files)

pybind11_add_module(pyodil SHARED ${Source_Files} ${Header_Files})
pybind11_add_module(pyodil ${Source_Files} ${Header_Files})

target_compile_definitions(
pyodil PRIVATE $<$<BOOL:BUILD_SHARED_LIBS>:BOOST_ALL_DYN_LINK>)
Expand Down

0 comments on commit f8cef7c

Please sign in to comment.