Skip to content
Snippets Groups Projects
Commit c95a99d2 authored by Axel Naumann's avatar Axel Naumann
Browse files

[cmake] Use standard way of spelling pymva header location: as included!

parent 0c8b3b86
Branches
Tags
No related merge requests found
...@@ -11,11 +11,11 @@ set(libname PyMVA) ...@@ -11,11 +11,11 @@ set(libname PyMVA)
include_directories(SYSTEM ${PYTHON_INCLUDE_DIRS} ${NUMPY_INCLUDE_DIRS}) include_directories(SYSTEM ${PYTHON_INCLUDE_DIRS} ${NUMPY_INCLUDE_DIRS})
set(PY_HEADERS ${CMAKE_SOURCE_DIR}/tmva/pymva/inc/TMVA/PyMethodBase.h set(PY_HEADERS TMVA/PyMethodBase.h
${CMAKE_SOURCE_DIR}/tmva/pymva/inc/TMVA/MethodPyRandomForest.h TMVA/MethodPyRandomForest.h
${CMAKE_SOURCE_DIR}/tmva/pymva/inc/TMVA/MethodPyAdaBoost.h TMVA/MethodPyAdaBoost.h
${CMAKE_SOURCE_DIR}/tmva/pymva/inc/TMVA/MethodPyGTB.h TMVA/MethodPyGTB.h
${CMAKE_SOURCE_DIR}/tmva/pymva/inc/TMVA/MethodPyKeras.h) TMVA/MethodPyKeras.h)
ROOT_STANDARD_LIBRARY_PACKAGE(PyMVA ROOT_STANDARD_LIBRARY_PACKAGE(PyMVA
HEADERS ${PY_HEADERS} HEADERS ${PY_HEADERS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment