Skip to content

Commit

Permalink
Refs #4204. Try again to remove the compile flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Dec 6, 2011
1 parent 85bb5c5 commit 7ec9ba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/PythonAPI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ if ( UNIX )
add_library ( dlopen ${DLOPEN_SRC} )
if ( APPLE )
# and in .so on the Mac
# Need to remove OpenMP
set ( CMAKE_C_FLAGS -m64 )
set_target_properties ( dlopen PROPERTIES SUFFIX .so )
set_target_properties ( dlopen PROPERTIES COMPILE_FLAGS -m64 )
target_link_libraries ( dlopen ${PYTHON_LIBRARIES} )
endif()
add_dependencies( PythonAPI dlopen )
Expand Down

0 comments on commit 7ec9ba2

Please sign in to comment.