Skip to content
Snippets Groups Projects
Commit e39fb52a 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.
parent 94af4f6f
No related branches found
No related tags found
No related merge requests found
...@@ -71,5 +71,5 @@ atlas_cpack_setup() ...@@ -71,5 +71,5 @@ atlas_cpack_setup()
message( STATUS "") message( STATUS "")
message( STATUS " In order to test your updates, please don't forget to" ) message( STATUS " In order to test your updates, please don't forget to" )
message( STATUS " set up the environment with e.g.:" ) 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 "") 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