Skip to content

Commit 9b20bb1

Browse files
committed
[CMake] Don't check if theanos library is available
The `theanos` library is not used in any test anyway, and looking for it will pollute the CMake output with "not found" messages.
1 parent 28582e0 commit 9b20bb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tmva/pymva/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ set(Libraries Core MathCore TMVA PyMVA ROOTTMVASofie)
1616
# Look for needed python modules
1717
ROOT_FIND_PYTHON_MODULE(torch)
1818
ROOT_FIND_PYTHON_MODULE(keras)
19-
ROOT_FIND_PYTHON_MODULE(theano)
2019
ROOT_FIND_PYTHON_MODULE(tensorflow)
2120
ROOT_FIND_PYTHON_MODULE(sklearn)
2221

0 commit comments

Comments
 (0)