Commit 131686f4 authored by Davis King's avatar Davis King

Changed cmake file so python libraries have the correct extension on mac systems.

parent 56d6a8a4
......@@ -60,6 +60,7 @@ macro(add_python_module module_name module_sources )
SET_TARGET_PROPERTIES( ${module_name}_
PROPERTIES
PREFIX ""
SUFFIX ".so"
OUTPUT_NAME ${module_name}
)
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment