File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ SET(PYTHON_INCLUDE_PATH ${PYTHON_INCLUDE_PATH})
5151SET (PYTHON_LIBRARIES ${PYTHON_LIBRARIES} )
5252SET (PYTHON_LIBRARY ${PYTHON_LIBRARY} )
5353
54+ #valgrind
55+ SET (valgrind_EXECUTABLE ${valgrind_EXECUTABLE} )
56+ SET (valgrind_PATH ${valgrind_PATH} )
57+ SET (valgrind_ENABLE ${valgrind_ENABLE} )
58+
5459# Configure MAFConfig.cmake for the install tree.
5560CONFIGURE_FILE (
5661 ${MAF_SOURCE_DIR} /MAFConfig.cmake.in
Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ set(PYTHON_LIBRARY "@PYTHON_LIBRARY@")
6464set (PYTHON_INCLUDE_DIR "@PYTHON_INCLUDE_DIR@" )
6565set (PYTHON_LIBRARIES "@PYTHON_LIBRARIES@" )
6666
67+ #valgrind
68+ SET (valgrind_EXECUTABLE "@valgrind_EXECUTABLE@" )
69+ SET (valgrind_PATH "@valgrind_PATH@" )
70+ SET (valgrind_ENABLE "@valgrind_ENABLE@" )
71+
6772# copy options
6873SET (MAF_CORE "@MAF_CORE@" )
6974SET (MAF_EVENT_BUS "@MAF_EVENT_BUS@" )
You can’t perform that action at this time.
0 commit comments