There could be two possibilities.
- You don't have IPP installed and trying to compile opencv with IPP.
- You don't have IPP installed properly ie, paths are not properly installed.
Possible solution.
- Make sure IPP is installed properly and run basis IPP tests if necessary.
- If it's not installed, you can add this flag -D BUILD_IPP=ON to build library with opencv compilation.
Hope it helps.