Hi All,<br><br>I am trying to build ITK 3.18.0 I tried to configure with Visual Studio 10 after I changed one of
the files as per the <a href="http://cmake.org/" target="_blank">cmake.org</a>
website for the latest version of Visual Studio, I am using Cmake 2.8.1. When I tried to
configure this is what I got,<br>
<br>Check for working C compiler using: Visual Studio 10
<p style="margin: 0px; text-indent: 0px;">Check for working C compiler
using: Visual Studio 10 -- works</p>
<p style="margin: 0px; text-indent: 0px;">Detecting C compiler ABI info</p>
<p style="margin: 0px; text-indent: 0px;">Detecting C compiler ABI info -
done</p>
<p style="margin: 0px; text-indent: 0px;">Check for working CXX compiler
using: Visual Studio 10</p>
<p style="margin: 0px; text-indent: 0px;">Check for working CXX compiler
using: Visual Studio 10 -- works</p>
<p style="margin: 0px; text-indent: 0px;">Detecting CXX compiler ABI
info</p>
<p style="margin: 0px; text-indent: 0px;">Detecting CXX compiler ABI
info - done</p>
<p style="margin: 0px; text-indent: 0px;">Looking for EnumProcesses in
Psapi</p>
<p style="margin: 0px; text-indent: 0px;">Looking for EnumProcesses in
Psapi - not found</p>
<p style="margin: 0px; text-indent: 0px;">Looking for mallinfo in malloc</p>
<p style="margin: 0px; text-indent: 0px;">Looking for mallinfo in malloc
- not found</p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error at Common/CMakeLists.txt:167 (INSTALL):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> install TARGETS given no ARCHIVE DESTINATION for static
library target</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> "ITKCommon".</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error at Numerics/CMakeLists.txt:47 (INSTALL):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> install TARGETS given no ARCHIVE DESTINATION for static
library target</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> "ITKNumerics".</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error at Numerics/Statistics/CMakeLists.txt:21
(INSTALL):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> install TARGETS given no ARCHIVE DESTINATION for static
library target</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> "ITKStatistics".</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error at Numerics/FEM/CMakeLists.txt:169 (INCLUDE):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> include could not find load file:</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> /CMake/itkCheckCXXAcceptsFlags.cmake</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error at Numerics/FEM/CMakeLists.txt:170
(itkCHECK_CXX_ACCEPTS_FLAGS):</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);"> Unknown CMake command "itkCHECK_CXX_ACCEPTS_FLAGS".</span></p>
<p style="margin: 0px; text-indent: 0px;">Configuring incomplete, errors
occurred!</p><br>It would be awesome if someone could tell me how I could proceed.<br><br>Thanks