We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CMAKE_PREFIX_PATH
1 parent 706dcc8 commit 8bbf173Copy full SHA for 8bbf173
roottest/CMakeLists.txt
@@ -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
-
12
find_package(ROOT REQUIRED CONFIG)
13
14
if(MSVC)
0 commit comments