Skip to content

Commit

Permalink
Remove PythonAPI reference from Kerne;/CmakeLists.txt
Browse files Browse the repository at this point in the history
Refs #8039
  • Loading branch information
martyngigg committed Sep 27, 2013
1 parent 70b5b9b commit 9e0d50a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Code/Mantid/Framework/Kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,7 @@ set ( PLUGINS "." )
set ( PV_PLUGINS "./pvplugins" )
set ( IGNORE_PARAVIEW "0" )
set ( QTPLUGINS "." )
set ( PYTHONALG_DIRS "${MANTID_ROOT}/Framework/PythonAPI/PythonAlgorithms;${MANTID_ROOT}/Framework/PythonInterface/PythonAlgorithms" ) # deprecated
set ( PYTHONPLUGIN_DIRS "${MANTID_ROOT}/Framework/PythonAPI/PythonAlgorithms;${MANTID_ROOT}/Framework/PythonInterface/plugins" )
set ( PYTHONPLUGIN_DIRS "${MANTID_ROOT}/Framework/PythonInterface/plugins" )
set ( DATADIRS ${MANTID_ROOT}/../../Test/AutoTestData;${MANTID_ROOT}/instrument )
set ( COLORMAPS_FOLDER ${MANTID_ROOT}/Installers/colormaps/ )
SET ( MANTIDPUBLISHER "http://upload.mantidproject.org/scriptrepository/payload/publish_debug" )
Expand Down Expand Up @@ -472,8 +471,7 @@ else ()
endif ()

set ( PLUGINS ${MANTID_ROOT}/plugins )
set ( PYTHONALG_DIRS ${PLUGINS}/PythonAlgs ) # deprecated
set ( PYTHONPLUGIN_DIRS "${PLUGINS}/python;${PYTHONALG_DIRS}" )
set ( PYTHONPLUGIN_DIRS "${PLUGINS}/python" )
set ( DATADIRS "" )
SET ( MANTIDPUBLISHER "http://upload.mantidproject.org/scriptrepository/payload/publish" )

Expand Down

0 comments on commit 9e0d50a

Please sign in to comment.