Skip to content

Commit 8bbf173

Browse files
committed
[roottest] Don't set CMAKE_PREFIX_PATH in roottest/CMakeLists.txt
This has no clear purpose anymore.
1 parent 706dcc8 commit 8bbf173

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

roottest/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# Use ${ROOTSYS} CMake variable to search for ROOT. This is set when roottest is
2-
# built as part of ROOT, i.e., when ROOT is configured with -Droottest=ON. It
3-
# may also be set by passing -DROOTSYS=<PATH> to CMake when configuring a
4-
# standalone roottest against an installation of ROOT. If this is set, it takes
5-
# precedence over the environment to ensure that when roottest is being built in
6-
# a ROOT build configured with -Droottest=ON, it will find the ROOT being built,
7-
# and not a ROOT installation sourced with thisroot.sh or found in $PATH.
8-
if(DEFINED ROOTSYS)
9-
list(INSERT CMAKE_PREFIX_PATH 0 ${ROOTSYS})
10-
endif()
11-
121
find_package(ROOT REQUIRED CONFIG)
132

143
if(MSVC)

0 commit comments

Comments
 (0)