Cmake 3.7 is required for pFire. Newer cmake version introduced the policy to look for <package_name>_ROOT environment variable. add in CMakeLists.txt ` cmake_policy(CMP0074 NEW) `
Cmake 3.7 is required for pFire.
Newer cmake version introduced the policy to look for <package_name>_ROOT environment variable.
add in CMakeLists.txt
cmake_policy(CMP0074 NEW)