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.
1 parent 8987549 commit 168cdd4Copy full SHA for 168cdd4
documentation/doxygen/CMakeLists.txt
@@ -21,8 +21,6 @@ if(BUILD_DOCUMENTATION)
21
set (ROOT_DIR /opt/root/ CACHE STRING "ROOT build directory")
22
endif()
23
24
- root -l -b -q -e 'printf("%s\n",gROOT->GetGitBranch());'
25
-
26
set (PYTHONPATH ${ROOT_DIR}/lib CACHE STRING "PYTHONPATH")
27
find_package(ROOT 6.25 CONFIG REQUIRED)
28
set(PYZ_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../bindings/pyroot/pythonizations/python/ROOT/_pythonization")
0 commit comments