<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>Thank you for reporting this. It is just a warning message. ITK configuration and compilation should run correctly despite this message.<br></div>You are seeing this message because you are building Module_ITKVtkGlue, and VTK was built with Qt.It seems that it is actually Qt that is producing<br></div>this message.<br></div>If you do not need VTK support in ITK, you can disable Module_ITKVtkGlue . Otherwise it should still work even with the warning message.<br><br></div>Hope this helps,<br></div>Francois<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 22, 2017 at 10:22 PM, arwtyxouymz <span dir="ltr"><<a href="mailto:arw.tyx-ouy_mz@suou.waseda.jp" target="_blank">arw.tyx-ouy_mz@suou.waseda.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a problem building ITK.<br>
I try to configure, this error message occur.<br>
<br>
```<br>
CMake Warning (dev) at<br>
/usr/local/Cellar/qt/5.9.1/<wbr>lib/cmake/Qt5/<wbr>Qt5ModuleLocation.cmake:4 (set):<br>
   Policy CMP0053 is not set: Simplify variable reference and escape<br>
sequence<br>
   evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use<br>
the<br>
   cmake_policy command to set the policy and suppress this warning.<br>
<br>
   For input:<br>
<br>
     '${_qt5_install_prefix}/Qt5@<wbr>module@/Qt5@module@Config.<wbr>cmake'<br>
<br>
   the old evaluation rules produce:<br>
<br>
     '/usr/local/Cellar/qt/5.9.1/<wbr>lib/cmake/Qt5/Qt5Config.cmake'<br>
<br>
   but the new evaluation rules produce:<br>
<br>
<br>
'/usr/local/Cellar/qt/5.9.1/<wbr>lib/cmake/Qt5@module@/Qt5@<wbr>module@Config.cmake'<br>
<br>
   Using the old result for compatibility since the policy is not set.<br>
 Call Stack (most recent call first):<br>
   /usr/local/Cellar/qt/5.9.1/<wbr>lib/cmake/Qt5/Qt5Config.cmake:<wbr>25 (include)<br>
   /usr/local/lib/cmake/vtk-8.0/<wbr>Modules/vtkGUISupportQtOpenGL.<wbr>cmake:14<br>
(find_package)<br>
   /usr/local/lib/cmake/vtk-8.0/<wbr>vtkModuleAPI.cmake:45 (include)<br>
   /usr/local/lib/cmake/vtk-8.0/<wbr>vtkModuleAPI.cmake:15 (vtk_module_load)<br>
   /usr/local/lib/cmake/vtk-8.0/<wbr>vtkModuleAPI.cmake:132<br>
(_vtk_module_config_recurse)<br>
   /usr/local/lib/cmake/vtk-8.0/<wbr>VTKConfig.cmake:135 (vtk_module_config)<br>
   Modules/Bridge/VtkGlue/itk-<wbr>module-init.cmake:9 (find_package)<br>
   CMake/ITKModuleEnablement.<wbr>cmake:316 (include)<br>
   CMakeLists.txt:337 (include)<br>
 This warning is for project developers.  Use -Wno-dev to suppress it.<br>
<br>
<br>
 CMake Warning (dev) at<br>
/usr/local/Cellar/qt/5.9.1/<wbr>lib/cmake/Qt5/<wbr>Qt5ModuleLocation.cmake:4 (set):<br>
   Policy CMP0053 is not set: Simplify variable reference and escape<br>
sequence<br>
   evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use<br>
the<br>
   cmake_policy command to set the policy and suppress this warning.<br>
<br>
   For input:<br>
<br>
     '${_qt5_install_prefix}/Qt5@<wbr>module@/Qt5@module@Config.<wbr>cmake'<br>
```<br>
<br>
My OS is Mac OS X 10.12.6 and QT version is 5.9.1<br>
Why does this problem occur and how should i recover this problem?<br>
<br>
Please help me!<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://itk-users.7.n7.nabble.com/" rel="noreferrer" target="_blank">http://itk-users.7.n7.nabble.<wbr>com/</a><br>
______________________________<wbr>_______<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_<wbr>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/insight-users</a><br>
</blockquote></div><br></div>