<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="" style="font-size: 14px;">Hi,</span><span class="" style="font-family: arial, helvetica, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);"></span><div class="" style="font-size: 14px;">I am trying to compile vtk-7.0.0 from source and when I use the option <span class="" style="font-family: monospace, Courier; font-size: 13px; background-color: rgb(249, 249, 249);">QT_QMAKE_EXECUTABLE </span><span class="" style="background-color: rgb(249, 249, 249);">with CMAKE to build VTK I get manually specified option ignored.</span></div><div class="" style="font-size: 14px;"><span class="" style="background-color: rgb(249, 249, 249);"><br class=""></span></div><div class="" style="font-size: 14px;"><span class="" style="background-color: rgb(249, 249, 249);">Below is the cmake I am using:</span></div><div class="" style="font-size: 14px;">cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="%{INSTALL_DIR}" -DVTK_USE_SYSTEM_HDF5=ON -DVTK_USE_PARALLEL=ON -DVTK_USE_QT=ON -DVTK_USE_RENDERING=ON -DVTK_WRAP_PYTHON=ON -DPYTHON_EXECUTABLE=$PYTHON_BIN/python -DPYTHON_INCLUDE_DIR=$PYTHON_INC -DPYTHON_LIBRARY=$PYTHON_LIB/libpython2.7.so -DVTK_USE_TK=OFF -DQT_QMAKE_EXECUTABLE=$QT_BIN/qmake ..</div><div class="" style="font-size: 14px;"><span class="" style="background-color: rgb(249, 249, 249);"><br class=""></span></div><div class="" style="font-size: 14px;"><span class="" style="background-color: rgb(249, 249, 249);"><br class=""></span></div><div class="" style="font-size: 14px;"><span class="" style="background-color: rgb(249, 249, 249);">Below is the warning I see:</span></div><div class="" style="font-size: 14px;"><div class="">CMake Warning:</div><div class=""> Manually-specified variables were not used by the project:</div><div class=""> </div><div class=""> QT_QMAKE_EXECUTABLE</div><div class=""> VTK_USE_PARALLEL</div><div class=""> VTK_USE_QT</div><div class=""> VTK_USE_RENDERING</div><div class=""> VTK_USE_TK</div><div class=""><br class=""></div><div class=""><div class=""><span class="" style="background-color: rgb(249, 249, 249);">Could you please let me know as to how I can build VTK using Parallel and QT</span></div><div class=""> </div><div class="">Thanks,</div><div class="">Sangeetha</div></div></div></body></html>