<div dir="ltr">Here is the script I use<div><br></div><div>I believe you have to create/have a writable install directory. Below you can see that script creates an install directory in the build directory. So you probably need to mkdir install and set <span style="background-color:rgb(245,245,245);color:rgb(51,51,51);font-family:menlo,monaco,consolas,"courier new",monospace;font-size:13px">CMAKE_INSTALL_PREFIX to it.</span></div><div><font color="#333333" face="menlo, monaco, consolas, courier new, monospace"><br></font></div><div><font color="#333333" face="menlo, monaco, consolas, courier new, monospace">Thanks</font></div><div><font color="#333333" face="menlo, monaco, consolas, courier new, monospace">Ken<br></font><div><br></div><div><pre class="gmail-ng-binding" style="box-sizing:border-box;overflow:auto;font-family:menlo,monaco,consolas,"courier new",monospace;font-size:13px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:rgb(51,51,51);background-color:rgb(245,245,245);border:1px solid rgb(204,204,204);border-radius:4px">set(CTEST_SITE "kens_ipad.kitware")
set(CTEST_BUILD_NAME "iOS ES 3.0")
set(CTEST_CONFIGURATION_TYPE Debug)
set(CTEST_CMAKE_GENERATOR "Ninja")
set(CTEST_CUSTOM_WARNING_EXCEPTION
    ${CTEST_CUSTOM_WARNING_EXCEPTION} "has no symbols")

set(dashboard_cache "
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/bin/ninja
BUILD_TESTING:BOOL=OFF
BUILD_EXAMPLES:BOOL=ON
OPENGL_ES_VERSION:STRING=3.0
VTK_IOS_BUILD:BOOL=ON
CMAKE_INSTALL_PREFIX:PATH=/Users/kenmartin/Dashboards/My Tests/vtkios_es3/install
")

set(dashboard_model "Nightly")

set(dashboard_binary_name vtkios_es3)

macro(dashboard_hook_init)
  file(MAKE_DIRECTORY "${CTEST_BINARY_DIRECTORY}/install")
endmacro()

include(${CTEST_SCRIPT_DIRECTORY}/common/vtk_common.cmake)
</pre></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 22, 2016 at 11:09 AM, Jaime Campos <span dir="ltr"><<a href="mailto:jaimefbc@gmail.com" target="_blank">jaimefbc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi everyone,<div><br></div><div>I'm trying to compile VTK from tag v7.1.0 for iOS using CMAKE and make. </div><div>The configuration has the flag VTK_IOS_BUILD turned ON, so I suppose that's how we add support to build the iOS version of VTK.</div><div><br></div><div>The problem begins with the make process, I'm getting errors such as:</div><div><br></div><div><div>[ 77%] Performing build step for 'vtk-ios-device-arm64'</div><div>make[3]: *** No rule to make target `install'.  Stop.</div><div>make[2]: *** [CMakeExternals/Prefix/vtk-<wbr>ios-device-arm64/src/vtk-ios-<wbr>device-arm64-stamp/vtk-ios-<wbr>device-arm64-build] Error 2</div><div>make[1]: *** [CMakeFiles/vtk-ios-device-<wbr>arm64.dir/all] Error 2</div><div>make: *** [all] Error 2</div></div><div><br></div><div>For the armv7, armv7s, arm64 and even the simulator architectures.</div><div><br></div><div>Is the makefile being generated correctly ?</div><div>Is anyone else having the same problem ?</div><div><br></div><div>Thanks,</div></div>
<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 <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br>518 371 3971<div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</div>