Skip to content
Snippets Groups Projects
Commit 7776ef12 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

WorkDir: Replace hard-coded platform name

The note at the end of the cmake configuration contained a hard-coded
`x86_64-slc6-gcc62-opt` platform tag. Replace this with the correct
cmake variable.


Former-commit-id: e39fb52a
parent 5288c35a
No related branches found
No related tags found
No related merge requests found
......@@ -71,5 +71,5 @@ atlas_cpack_setup()
message( STATUS "")
message( STATUS " In order to test your updates, please don't forget to" )
message( STATUS " set up the environment with e.g.:" )
message( STATUS " ---> source x86_64-slc6-gcc62-opt/setup.sh" )
message( STATUS " ---> source ${ATLAS_PLATFORM}/setup.sh" )
message( STATUS "")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment