Skip to content

Commit 68aadbf

Browse files
silverweedvepadulano
authored andcommitted
[ntuple] disable processExecutor tests when dev=ON
1 parent 770a284 commit 68aadbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/multicore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ else()
5656
set(PROCESSOREXECUTORH1TEST_EXE_COMPILE_FLAGS "-I${ROOTSYS}/tutorials/legacy/multicore")
5757
endif()
5858

59-
if(NOT MSVC)
59+
if(NOT MSVC AND NOT dev)
6060

6161
ROOTTEST_GENERATE_EXECUTABLE(processExecutorH1Test tProcessExecutorH1Test.cpp COMPILE_FLAGS ${PROCESSOREXECUTORH1TEST_EXE_COMPILE_FLAGS} LIBRARIES ROOT::MultiProc ROOT::Core ROOT::Net ROOT::TreePlayer ROOT::Tree ROOT::RIO ROOT::Hist ROOT::Gpad ROOT::Graf)
6262

0 commit comments

Comments
 (0)