Skip to content

Commit bb76771

Browse files
committed
[roottest[ fully dismiss RootExternalIncludes
Replaced by ROOTEXE_OPTS argument which is individual for each test and does not interfere with other tests
1 parent c63c64d commit bb76771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roottest/cmake/modules/RoottestMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ macro(ROOTTEST_SETUP_MACROTEST)
687687
-e "gROOT->SetMacroPath(\"${CMAKE_CURRENT_SOURCE_DIR}\")"
688688
-e "gInterpreter->AddIncludePath(\"-I${CMAKE_CURRENT_BINARY_DIR}\")"
689689
-e "gSystem->AddIncludePath(\"-I${CMAKE_CURRENT_BINARY_DIR}\")"
690-
${RootExternalIncludes} ${ARG_ROOTEXE_OPTS}
690+
${ARG_ROOTEXE_OPTS}
691691
-q -l -b)
692692

693693
set(root_buildcmd ${ROOT_root_CMD} ${RootExeDefines} -q -l -b)

0 commit comments

Comments
 (0)