Skip to content

Commit

Permalink
Fix module type
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed May 12, 2024
1 parent e8e40d5 commit 10db485
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/dicomifier/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
find_package(ZLIB REQUIRED)
find_package(Odil)
if(NOT "${Odil_FOUND}")
find_file(Odil_INCLUDE odil/odil.h REQUIRED)
Expand All @@ -22,7 +23,7 @@ list(SORT template_files)
add_definitions(-DBOOST_ALL_DYN_LINK)

pybind11_add_module(
pydicomifier_dicomifier SHARED
pydicomifier_dicomifier
${header_files} ${source_files} ${template_files})

set_target_properties(pydicomifier_dicomifier PROPERTIES OUTPUT_NAME _dicomifier)
Expand Down

0 comments on commit 10db485

Please sign in to comment.