Skip to content

Commit

Permalink
Add scl enable to launcher script.
Browse files Browse the repository at this point in the history
refs #6315
  • Loading branch information
stuartcampbell committed Apr 26, 2013
1 parent 1da6a83 commit 20677de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/CMake/LinuxSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if ( ${UNIX_CODENAME} STREQUAL "Santiago" )
"fi\n"
)
file ( WRITE ${CMAKE_CURRENT_BINARY_DIR}/launch_mantidplot.sh "#!/bin/sh\n"
"${CMAKE_INSTALL_PREFIX}/${BIN_DIR}/MantidPlot_exe \"$@\" \n"
"scl enable mantidlibs '${CMAKE_INSTALL_PREFIX}/${BIN_DIR}/MantidPlot_exe '$@ \n"
)

install ( FILES ${CMAKE_CURRENT_BINARY_DIR}/launch_mantidplot.sh
Expand Down

0 comments on commit 20677de

Please sign in to comment.