Skip to content

Commit aeb4d24

Browse files
authored
Allow CTP scalers to work also on mac (#13335)
1 parent 573aec4 commit aeb4d24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Detectors/CTP/workflowScalers/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# In applying this license CERN does not waive the privileges and immunities
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
11-
if (NOT APPLE)
1211
o2_add_library(CTPWorkflowScalers
1312
SOURCES src/ctpCCDBManager.cxx
1413
SOURCES src/RunManager.cxx
@@ -23,7 +22,6 @@ o2_add_executable(
2322
SOURCES src/ctp-proxy.cxx
2423
PUBLIC_LINK_LIBRARIES O2::DCStestWorkflow
2524
O2::CTPWorkflowScalers)
26-
endif()
2725
o2_add_executable(
2826
qc-proxy
2927
COMPONENT_NAME ctp

0 commit comments

Comments
 (0)