Site: ip-172-31-24-227.ec2.internal
Build Name: CIP-release-Linux-3.10.0-123.8.1.el7.x86_64-x86_64-incr-SL-ON
Build Time: 2021-08-01T00:14:25 EDT
Found 2 Warnings
Errors are here.


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 359
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: /auxvol/CIP-release-build/zlib-install/lib/libzlib.a (found version "1.2.3") 
-- Found ZLIB: /auxvol/CIP-release-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 632
Warning
[ 69%] Built target ModuleDescriptionParser
[ 84%] Built target GenerateCLP
[100%] Built target GenerateCLPLauncher
[ 67%] No install step for 'SlicerExecutionModel'
[ 69%] Completed 'SlicerExecutionModel'
[ 73%] Built target SlicerExecutionModel
[ 75%] Performing update step for 'teem'
[ 76%] Performing configure step for 'teem'
loading initial cache file /auxvol/CIP-release-build/teem-prefix/tmp/teem-cache-Release.cmake
-- Configuring done
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

    /auxvol/CIP-release-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