pnlbwh / ukftractography

Other
25 stars 27 forks source link

COMP: Fix configuration warning setting CMP0074 to NEW #115

Closed jcfr closed 5 years ago

jcfr commented 5 years ago

This commit addresses the following warning:

  CMake Warning (dev) at UKFTractography.cmake:62 (find_package):
    Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
    Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
    command to set the policy and suppress this warning.

    CMake variable ZLIB_ROOT is set to:

      /path/to/zlib-install

    For compatibility, CMake is ignoring the variable.
  Call Stack (most recent call first):
    CMakeLists.txt:84 (include)
  This warning is for project developers.  Use -Wno-dev to suppress it.
jcfr commented 5 years ago

cc: @yrathi

yrathi commented 5 years ago

Thank you much @jcfr