I am trying to run some code from my university, but when I do "cmake .." inside "build" I get the following error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: iceutil_lib linked by target "cppgui" in directory /Users/alej/Desktop/project1 linked by target "project1" in directory /Users/alej/Desktop/project1
-- Configuring incomplete, errors occurred!
Any of my friends are getting errors, can you help me?
Ice_HOMECMake variable to point to directory containing the library may fix the problem.cmake -Diceutil_lib=/path/to/library ../