Site: ip-172-31-24-227.ec2.internal
Build Name: CIP-Linux-3.10.0-123.8.1.el7.x86_64-x86_64-incr-SL-ON
Build Time: 2019-07-24T00:04:07 EDT
Found 2 Warnings
Errors are here.


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 358
Warning
-- Enabled ITKVideoIO, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled ITKVoronoi, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled ITKVtkGlue, requested by Module_ITKVtkGlue.
-- Enabled ITKWatersheds, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled ITKZLIB, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled MGHIO, requested by Module_MGHIO.
-- Performing Test ITK_PRIVATE_DYNAMIC_CAST - Success
-- Found ZLIB: /.../CIP-build/zlib-install/lib/libzlib.a (found version "1.2.3") 
-- Found ZLIB: /.../CIP-build/zlib-install/lib/libzlib.a  
-- Filter ZLIB is ON
CMake Warning (dev) at Modules/Remote/MGHIO/CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    PROJECT_VERSION
    PROJECT_VERSION_MAJOR
    PROJECT_VERSION_MINOR
    PROJECT_VERSION_PATCH


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 617
Warning
[100%] Built target ITKVtkGlue
[100%] Built target ITKVtkGlue-all
[100%] Built target MGHIO
[100%] Built target MGHIO-all
[ 43%] No install step for 'ITKv4'
[ 44%] Completed 'ITKv4'
[ 49%] Built target ITKv4
[ 50%] Performing update step for 'teem'
[ 52%] Performing configure step for 'teem'
loading initial cache file /.../CIP-build/teem-prefix/tmp/teem-cache-Release.cmake
CMake Warning (dev) at CMakeLists.txt:555 (install):
  Policy CMP0062 is not set: Disallow install() of export() result.  Run
  "cmake --help-policy CMP0062" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The file

    /.../CIP-build/teem-build/TeemLibraryDepends.cmake

  was generated by the export() command.  It should not be installed with the
  install() command.  Use the install(EXPORT) mechanism instead.  See the