I am working on a project where I am linking against a library which was itself linked against boost 1.48
. I am looking for a way to specify in my CMakeLists.txt
that I want the system to find and only use the boost 1.48 library.
I am not able to update the version the other library was compiled against and so I cannot set a minimum version number I need a way to set the only acceptable boost version. I have not been able to find a method to do this.