Skip to content

Commit

Permalink
Renaming applications to avoid problems on Mac OS (#362)
Browse files Browse the repository at this point in the history
This also follows the naming scheme recently been used for
device applications
aliceHLTWrapper -> AliceHLTWrapperDevice
aliceHLTEventSampler -> AliceHLTEventSamplerDevice
  • Loading branch information
matthiasrichter authored and ktf committed May 5, 2017
1 parent 8f8b90c commit 0fc279b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utilities/aliceHLTwrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ set(BUCKET_NAME O2DeviceApplication_bucket)
O2_GENERATE_LIBRARY()

Set(Exe_Names
aliceHLTWrapper
aliceHLTEventSampler
AliceHLTWrapperDevice
AliceHLTEventSamplerDevice
runComponent
)

Expand Down

0 comments on commit 0fc279b

Please sign in to comment.