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

This commit is contained in:
Davis King 2013-07-15 22:58:43 -04:00
parent 56d6a8a4d4
commit 131686f4ed

View File

@ -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()