Details
-
Bug
-
Resolution: Fixed
-
High
-
6.14/00, 6.16/00
-
None
-
pcanal@ubuntu-17-32bits:~/build.debug> uname -a
Linux ubuntu-17-32bits 4.13.0-43-generic #48-Ubuntu SMP Wed May 16 12:18:01 UTC 2018 i686 i686 i686 GNU/Linux
pcanal@ubuntu-17-32bits:~/build.debug> cmake --version
cmake version 3.9.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
pcanal@ubuntu-17-32bits:~/build.debug> uname -a Linux ubuntu-17-32bits 4.13.0-43-generic #48-Ubuntu SMP Wed May 16 12:18:01 UTC 2018 i686 i686 i686 GNU/Linux pcanal@ubuntu-17-32bits:~/build.debug> cmake --version cmake version 3.9.1 CMake suite maintained and supported by Kitware (kitware.com/cmake).
Description
configuration fails on first run with:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. |
|
Please set them or make sure they are set and tested correctly in the CMake files:
|
|
OPENSSL_CRYPTO_LIBRARY (ADVANCED)
|
|
linked by target "Net" in directory /home/pcanal/root/net/net |
|
linked by target "SrvAuth" in directory /home/pcanal/root/net/rpdutils |
|
linked by target "rootd" in directory /home/pcanal/root/net/rootd |
|
linked by target "RHTTP" in directory /home/pcanal/root/net/http |
|
OPENSSL_SSL_LIBRARY (ADVANCED)
|
|
linked by target "Net" in directory /home/pcanal/root/net/net |
|
linked by target "SrvAuth" in directory /home/pcanal/root/net/rpdutils |
|
linked by target "rootd" in directory /home/pcanal/root/net/rootd |
|
linked by target "RHTTP" in directory /home/pcanal/root/net/http |
|
PYTHON_LIBRARY (ADVANCED)
|
|
linked by target "PyROOT" in directory /home/pcanal/root/bindings/pyroot |
|
linked by target "PyMVA" in directory /home/pcanal/root/tmva/pymva |
when re-running i get 'just'
|
PYTHON_LIBRARY (ADVANCED)
|
|
linked by target "PyROOT" in directory /home/pcanal/root/bindings/pyroot |
|
linked by target "PyMVA" in directory /home/pcanal/root/tmva/pymva |