Skip to content

Commit

Permalink
Refs #4315. Fix the Mac build.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Dec 13, 2011
1 parent 4c9c186 commit 77b428e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ set_python_properties( PythonAPIModule _api )
set_target_output_directory ( PythonAPIModule ${OUTPUT_DIR} .pyd )

# Add the required dependencies
target_link_libraries ( PythonAPIModule PythonKernelModule ${PYTHON_DEPS} )
target_link_libraries ( PythonAPIModule PythonGeometryModule PythonKernelModule ${PYTHON_DEPS} )
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ endforeach ( PYFILE )
# Create the target for this directory
#############################################################################################

add_library ( PythonGeometryModule ${SRC_FILES} ${BOOST_PYTHON_SRC} ${INC_FILES} ${PYTHON_INSTALL_FILES} )
add_library ( PythonGeometryModule ${SRC_FILES} ${INC_FILES} ${PYTHON_INSTALL_FILES} )
set_python_properties( PythonGeometryModule _geometry )
set_target_output_directory ( PythonGeometryModule ${OUTPUT_DIR} .pyd )
# Add the required dependencies
target_link_libraries ( PythonGeometryModule ${PYTHON_DEPS} )
target_link_libraries ( PythonGeometryModule PythonKernelModule ${PYTHON_DEPS} )

0 comments on commit 77b428e

Please sign in to comment.